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.
1 parent fafc39e commit 411f907Copy full SHA for 411f907
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# CHANGELOG
2
3
-## v7.11.1 (2023-04-18)
+## v7.12.0 (2023-04-18)
4
5
+- Adds beta `retrieve_carrier_metadata` function
6
- Improves error deserialization to handle bad format returned from the JSON
7
8
## v7.11.0 (2023-04-04)
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.11.1"
+VERSION = "7.12.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.11.1",
+ version="7.12.0",
37
description="EasyPost Shipping API Client Library for Python",
38
author="EasyPost",
39
author_email="[email protected]",
0 commit comments