Skip to content

Commit

Permalink
chore: prepare v9.4.1 for release (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 9, 2024
1 parent 0f0309f commit ab6505d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion easypost/constant.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit ab6505d

Please sign in to comment.