We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21ec55e + 411f907 commit ca9aa2bCopy full SHA for ca9aa2b
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# CHANGELOG
2
3
-## Next release
+## 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.0"
+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.0",
+ version="7.12.0",
37
description="EasyPost Shipping API Client Library for Python",
38
author="EasyPost",
39
author_email="support@easypost.com",
0 commit comments