Skip to content

Commit ca9aa2b

Browse files
authored
Merge pull request #264 from EasyPost/v7.11.1
chore: prepare v7.12.0 for release
2 parents 21ec55e + 411f907 commit ca9aa2b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CHANGELOG
22

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

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

78
## v7.11.0 (2023-04-04)

easypost/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.11.0"
1+
VERSION = "7.12.0"
22

33
numbers = [str(number) for number in VERSION.split(".")]
44
VERSION_INFO = numbers

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="easypost",
36-
version="7.11.0",
36+
version="7.12.0",
3737
description="EasyPost Shipping API Client Library for Python",
3838
author="EasyPost",
3939
author_email="[email protected]",

0 commit comments

Comments
 (0)