We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a135ef + 1dfb63e commit c62cdc5Copy full SHA for c62cdc5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next release
+## v7.11.0 (2023-04-04)
4
5
- Add `get_next_page` function that retrieves the next page of results for a paginated collection
6
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.10.0"
+VERSION = "7.11.0"
numbers = [str(number) for number in VERSION.split(".")]
VERSION_INFO = numbers
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="easypost",
36
- version="7.10.0",
+ version="7.11.0",
37
description="EasyPost Shipping API Client Library for Python",
38
author="EasyPost",
39
author_email="support@easypost.com",
0 commit comments