Skip to content

Commit

Permalink
Merge pull request #259 from EasyPost/v7.10.0
Browse files Browse the repository at this point in the history
chore: prepare v7.10.0 for release
  • Loading branch information
Justintime50 authored Feb 21, 2023
2 parents bedc269 + ce1cf34 commit d2cf421
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.10.0 (2023-02-17)

- Adds `retrieve_stateless_rates` function to pull stateless rates when shipment data is provided
- Adds beta `retrieve_stateless_rates` function
- Adds `get_lowest_stateless_rate` function to filter the lowest stateless rate

## v7.9.0 (2023-01-18)
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.9.0"
VERSION = "7.10.0"

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

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

0 comments on commit d2cf421

Please sign in to comment.