From ab6505d395ab7cb4d9d216b192766a2752b9eb4b Mon Sep 17 00:00:00 2001 From: Justin Hammond <39606064+Justintime50@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:15:54 -0600 Subject: [PATCH] chore: prepare v9.4.1 for release (#347) --- CHANGELOG.md | 2 +- easypost/constant.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2455f..b3c80df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v9.4.1 (2024-08-09) - Fix `get_next_page_of_children` function for User service with correct filter key diff --git a/easypost/constant.py b/easypost/constant.py index 6066b9d..d8aca25 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "9.4.0" +VERSION = "9.4.1" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index c44fc65..7a54365 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="easypost", - version="9.4.0", + version="9.4.1", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",