Skip to content

Commit

Permalink
Merge pull request #231 from EasyPost/v7.6.0
Browse files Browse the repository at this point in the history
chore: prepares v7.6.0 for release
  • Loading branch information
Justintime50 authored Sep 21, 2022
2 parents 933fbeb + b1ee36a commit a41d79a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CHANGELOG

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion easypost/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "7.5.0"
VERSION = "7.6.0"

elements = VERSION.split("-")
numbers = [str(v) for v in elements[0].split(".")]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name="easypost",
version="7.5.0",
version="7.6.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit a41d79a

Please sign in to comment.