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 8b20f82 commit e67b779Copy full SHA for e67b779
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v9.2.0 (2024-04-10)
4
5
- Fix payment method funding and deletion failures due to undetermined payment method type
6
- Adds `refund` function in Insurance service for requesting a refund for a standalone insurance
easypost/constant.py
# flake8: noqa
# Library version
-VERSION = "9.1.0"
+VERSION = "9.2.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.1.0",
+ version="9.2.0",
35
description="EasyPost Shipping API Client Library for Python",
36
author="EasyPost",
37
author_email="[email protected]",
0 commit comments