Skip to content

Commit

Permalink
chore: prepare v7.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 18, 2022
1 parent 5da6fc2 commit 3a2c0e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion easypost/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "7.2.0"
VERSION = "7.3.0"

elements = VERSION.split("-")
numbers = [str(v) for v in elements[0].split(".")]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name="easypost",
version="7.2.0",
version="7.3.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit 3a2c0e2

Please sign in to comment.