We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df06afb commit 0e34357Copy full SHA for 0e34357
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v9.4.0 (2024-07-24)
4
5
- Adds new `Claim` service for filing claims on EasyPost shipments and insurances
6
easypost/constant.py
# flake8: noqa
# Library version
-VERSION = "9.3.0"
+VERSION = "9.4.0"
VERSION_INFO = [str(number) for number in VERSION.split(".")]
# Client defaults
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name="easypost",
34
- version="9.3.0",
+ version="9.4.0",
35
description="EasyPost Shipping API Client Library for Python",
36
author="EasyPost",
37
author_email="support@easypost.com",
0 commit comments