Skip to content

Commit

Permalink
- Prep for v9.1.0 release (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 8, 2024
1 parent b6a2f99 commit d1630cf
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.1.0 (2024-01-08)

- Adds `all_children` function to the User service for retrieving paginated lists of children
- Adds `get_next_page_of_children` function to User service to get next paginated list of children
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.0.1"
VERSION = "9.1.0"
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.0.1",
version="9.1.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="support@easypost.com",
Expand Down

0 comments on commit d1630cf

Please sign in to comment.