Skip to content

Commit c377276

Browse files
authored
Merge pull request #251 from EasyPost/v7.8.0
chore: prepare v7.8.0 for release
2 parents 6b002bb + 6c5ea73 commit c377276

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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

+1-1
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

+1-1
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="[email protected]",

0 commit comments

Comments
 (0)