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 b261f0c commit 3c0c976Copy full SHA for 3c0c976
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## NEXT RELEASE
+## v7.6.1 (2022-10-24)
4
5
- Concatenates `error.message` if it incorrectly comes back from the API as a list
6
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.6.0"
+VERSION = "7.6.1"
numbers = [str(number) for number in VERSION.split(".")]
VERSION_INFO = numbers
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name="easypost",
33
- version="7.6.0",
+ version="7.6.1",
34
description="EasyPost Shipping API Client Library for Python",
35
author="EasyPost",
36
author_email="support@easypost.com",
0 commit comments