Skip to content

Commit c6ad389

Browse files
authored
Merge pull request #211 from EasyPost/v7.3.0
chore: prepare v7.3.0 for release
2 parents 5da6fc2 + 3a2c0e2 commit c6ad389

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v7.3.0 (2022-07-18)
44

5-
- Add `generate_form()` in Shipment class
5+
- Adds ability to generate forms for shipments via `generate_form()` function
66

77
## v7.2.0 (2022-07-11)
88

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.2.0"
1+
VERSION = "7.3.0"
22

33
elements = VERSION.split("-")
44
numbers = [str(v) for v in elements[0].split(".")]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name="easypost",
37-
version="7.2.0",
37+
version="7.3.0",
3838
description="EasyPost Shipping API Client Library for Python",
3939
author="EasyPost",
4040
author_email="[email protected]",

0 commit comments

Comments
 (0)