Skip to content

Commit b1ee36a

Browse files
committed
chore: prepares v7.6.0 for release
1 parent 933fbeb commit b1ee36a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v7.6.0 (2022-09-21)
44

55
- Adds support to pass `end_shipper_id` on the buy call of a Shipment
6-
- Migrates the Partner White Label (Referral) function from beta to the general library namespace and deprecates the beta functions
6+
- Migrates the Partner White Label (Referral) functions from beta to the general library namespace and deprecates the beta functions
77

88
## v7.5.0 (2022-08-25)
99

easypost/version.py

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

33
elements = VERSION.split("-")
44
numbers = [str(v) for v in elements[0].split(".")]

setup.py

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

3131
setup(
3232
name="easypost",
33-
version="7.5.0",
33+
version="7.6.0",
3434
description="EasyPost Shipping API Client Library for Python",
3535
author="EasyPost",
3636
author_email="[email protected]",

0 commit comments

Comments
 (0)