Skip to content

Commit bdcaa6f

Browse files
authored
Merge pull request #339 from EasyPost/v9.3.0
chore: prepare v9.3.0 for release
2 parents c494087 + 1916ce3 commit bdcaa6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v9.3.0 (2024-07-12)
44

55
- Adds new `shipment.recommend_ship_date`, `smartrate.recommend_ship_date`, and `smartrate.estimate_delivery_date` functions
66
- Routes `UpsAccount`, `UpsMailInnovationsAccount`, and `UpsSurepostAccount` create/update requests to the new `/ups_oauth_registrations` endpoint

easypost/constant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
# Library version
3-
VERSION = "9.2.0"
3+
VERSION = "9.3.0"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name="easypost",
34-
version="9.2.0",
34+
version="9.3.0",
3535
description="EasyPost Shipping API Client Library for Python",
3636
author="EasyPost",
3737
author_email="[email protected]",

0 commit comments

Comments
 (0)