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.
2 parents 5da6fc2 + 3a2c0e2 commit c6ad389Copy full SHA for c6ad389
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# CHANGELOG
2
3
-## Next Release
+## v7.3.0 (2022-07-18)
4
5
-- Add `generate_form()` in Shipment class
+- Adds ability to generate forms for shipments via `generate_form()` function
6
7
## v7.2.0 (2022-07-11)
8
easypost/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.2.0"
+VERSION = "7.3.0"
elements = VERSION.split("-")
numbers = [str(v) for v in elements[0].split(".")]
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name="easypost",
37
- version="7.2.0",
+ version="7.3.0",
38
description="EasyPost Shipping API Client Library for Python",
39
author="EasyPost",
40
author_email="[email protected]",
0 commit comments