Skip to content

Commit

Permalink
chore: prepare v7.13.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 1, 2023
1 parent bf2f9bb commit a10e3e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## v7.13.0 (2023-05-02)

- Adds `retrieve_estimated_delivery_date` function to the Shipment class

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.12.0"
VERSION = "7.13.0"

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

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

0 comments on commit a10e3e1

Please sign in to comment.