From 1916ce387777288fd1886d5abea4f94f69d9da61 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:55:49 -0600 Subject: [PATCH] chore: prepare v9.3.0 for release --- CHANGELOG.md | 2 +- easypost/constant.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed9a0f..fff29f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v9.3.0 (2024-07-12) - Adds new `shipment.recommend_ship_date`, `smartrate.recommend_ship_date`, and `smartrate.estimate_delivery_date` functions - Routes `UpsAccount`, `UpsMailInnovationsAccount`, and `UpsSurepostAccount` create/update requests to the new `/ups_oauth_registrations` endpoint diff --git a/easypost/constant.py b/easypost/constant.py index 3d153e6..737b801 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "9.2.0" +VERSION = "9.3.0" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index 50c741c..aaa40e2 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="easypost", - version="9.2.0", + version="9.3.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",