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 6b002bb + 6c5ea73 commit c377276Copy full SHA for c377276
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v7.8.0 (2023-01-11)
4
5
- Adds new beta billing functionality for ReferralCustomer users
6
- `add_payment_method` can add a pre-existing Stripe bank account or credit card to your EasyPost account
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.7.0"
+VERSION = "7.8.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.7.0",
+ version="7.8.0",
36
description="EasyPost Shipping API Client Library for Python",
37
author="EasyPost",
38
author_email="[email protected]",
0 commit comments