Skip to content

Commit

Permalink
Merge pull request #226 from EasyPost/v7.5.0
Browse files Browse the repository at this point in the history
chore: prepares v7.5.0 for release
  • Loading branch information
Justintime50 authored Aug 25, 2022
2 parents d32f64d + 042bf51 commit 47e84a4
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.5.0 (2022-08-25)

- Adds the `EndShipper` Beta class with `create`, `retrieve`, `all`, and `save` functions
- Adds the `EndShipper` class with `create`, `retrieve`, `all`, and `save` functions

## v7.4.0 (2022-08-02)

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.4.0"
VERSION = "7.5.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 @@ -30,7 +30,7 @@

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

0 comments on commit 47e84a4

Please sign in to comment.