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 a7e39c9 commit b135a64Copy full SHA for b135a64
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v10.1.0 (2025-06-18)
4
5
- Adds the following functions
6
- `shipment.create_and_buy_luma`
easypost/constant.py
# flake8: noqa
# Library version
-VERSION = "10.0.1"
+VERSION = "10.1.0"
VERSION_INFO = [str(number) for number in VERSION.split(".")]
# Client defaults
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name="easypost",
30
- version="10.0.1",
+ version="10.1.0",
31
description="EasyPost Shipping API Client Library for Python",
32
author="EasyPost",
33
author_email="support@easypost.com",
0 commit comments