From b1ee36a03ad58609a74d499184da5acececc34b1 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 21 Sep 2022 13:26:04 -0600 Subject: [PATCH] chore: prepares v7.6.0 for release --- CHANGELOG.md | 4 ++-- easypost/version.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53bd4b1..61acbf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/easypost/version.py b/easypost/version.py index 724ab0ac..a592bea5 100644 --- a/easypost/version.py +++ b/easypost/version.py @@ -1,4 +1,4 @@ -VERSION = "7.5.0" +VERSION = "7.6.0" elements = VERSION.split("-") numbers = [str(v) for v in elements[0].split(".")] diff --git a/setup.py b/setup.py index 33c75fb9..35a43876 100644 --- a/setup.py +++ b/setup.py @@ -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="support@easypost.com",