Skip to content

Commit

Permalink
Merge pull request #264 from EasyPost/v7.11.1
Browse files Browse the repository at this point in the history
chore: prepare v7.12.0 for release
  • Loading branch information
Justintime50 authored Apr 18, 2023
2 parents 21ec55e + 411f907 commit ca9aa2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next release
## v7.12.0 (2023-04-18)

- Adds beta `retrieve_carrier_metadata` function
- Improves error deserialization to handle bad format returned from the JSON

## v7.11.0 (2023-04-04)
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.11.0"
VERSION = "7.12.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.11.0",
version="7.12.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit ca9aa2b

Please sign in to comment.