Skip to content

Commit 6c5ea73

Browse files
committed
chore: prepare v7.8.0 for release
1 parent 6b002bb commit 6c5ea73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v7.8.0 (2023-01-11)
44

55
- Adds new beta billing functionality for ReferralCustomer users
66
- `add_payment_method` can add a pre-existing Stripe bank account or credit card to your EasyPost account

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.7.0"
1+
VERSION = "7.8.0"
22

33
numbers = [str(number) for number in VERSION.split(".")]
44
VERSION_INFO = numbers

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="easypost",
35-
version="7.7.0",
35+
version="7.8.0",
3636
description="EasyPost Shipping API Client Library for Python",
3737
author="EasyPost",
3838
author_email="support@easypost.com",

0 commit comments

Comments
 (0)