From b135a645eb847f93a572169b59f5674eece51330 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:24:25 -0600 Subject: [PATCH] chore: prep v10.1.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 0df1f106..98bcdbc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v10.1.0 (2025-06-18) - Adds the following functions - `shipment.create_and_buy_luma` diff --git a/easypost/constant.py b/easypost/constant.py index 8fc2eb34..66686a1a 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "10.0.1" +VERSION = "10.1.0" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index 016e9508..9dc284cf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="easypost", - version="10.0.1", + version="10.1.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",