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 992598f + ae0ea48 commit 69b6987Copy full SHA for 69b6987
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v7.9.0 (2023-01-18)
4
5
- Adds `all` function to `Pickup` to retrieve all pickups
6
- Adds `retrieve_payload` and `retrieve_all_payloads` functions to `Event`
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.8.0"
+VERSION = "7.9.0"
numbers = [str(number) for number in VERSION.split(".")]
VERSION_INFO = numbers
setup.py
@@ -32,7 +32,7 @@
32
33
setup(
34
name="easypost",
35
- version="7.8.0",
+ version="7.9.0",
36
description="EasyPost Shipping API Client Library for Python",
37
author="EasyPost",
38
author_email="[email protected]",
0 commit comments