We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a2f99 commit d1630cfCopy full SHA for d1630cf
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next release
+## v9.1.0 (2024-01-08)
4
5
- Adds `all_children` function to the User service for retrieving paginated lists of children
6
- Adds `get_next_page_of_children` function to User service to get next paginated list of children
easypost/constant.py
# flake8: noqa
# Library version
-VERSION = "9.0.1"
+VERSION = "9.1.0"
VERSION_INFO = [str(number) for number in VERSION.split(".")]
# Client defaults
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name="easypost",
34
- version="9.0.1",
+ version="9.1.0",
35
description="EasyPost Shipping API Client Library for Python",
36
author="EasyPost",
37
author_email="support@easypost.com",
0 commit comments