Skip to content

Commit d2cf421

Browse files
authored
Merge pull request #259 from EasyPost/v7.10.0
chore: prepare v7.10.0 for release
2 parents bedc269 + ce1cf34 commit d2cf421

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v7.10.0 (2023-02-17)
44

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

88
## v7.9.0 (2023-01-18)

easypost/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.9.0"
1+
VERSION = "7.10.0"
22

33
numbers = [str(number) for number in VERSION.split(".")]
44
VERSION_INFO = numbers

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="easypost",
36-
version="7.9.0",
36+
version="7.10.0",
3737
description="EasyPost Shipping API Client Library for Python",
3838
author="EasyPost",
3939
author_email="[email protected]",

0 commit comments

Comments
 (0)