From b99a98ac23a66f252aab29ed1e13c18c2a7cf4da Mon Sep 17 00:00:00 2001 From: jchen293 Date: Mon, 8 Jan 2024 16:21:53 -0500 Subject: [PATCH 1/2] prep release for v7 --- CHANGELOG.md | 2 +- easypost/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d19c9..209c18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v7.15.0 Next release +## v7.15.0 (2023-01-08) - Adds `all_children` function to the User class for retrieving paginated lists of children users, and removes the beta function - Adds `get_next_page_of_children` function to the User class for retrieving next paginated lists of children users, and removes the beta function diff --git a/easypost/version.py b/easypost/version.py index df25136..f5852f2 100644 --- a/easypost/version.py +++ b/easypost/version.py @@ -1,4 +1,4 @@ -VERSION = "7.14.1" +VERSION = "7.15.0" numbers = [str(number) for number in VERSION.split(".")] VERSION_INFO = numbers diff --git a/setup.py b/setup.py index 4461826..b443676 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="easypost", - version="7.14.1", + version="7.15.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com", From 70c230fdff9e81536bd65066b4c6c67f39accbc9 Mon Sep 17 00:00:00 2001 From: jchen293 Date: Mon, 8 Jan 2024 16:30:06 -0500 Subject: [PATCH 2/2] fix year --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209c18a..06fd311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v7.15.0 (2023-01-08) +## v7.15.0 (2024-01-08) - Adds `all_children` function to the User class for retrieving paginated lists of children users, and removes the beta function - Adds `get_next_page_of_children` function to the User class for retrieving next paginated lists of children users, and removes the beta function