Skip to content

Commit 225ad79

Browse files
authored
Merge pull request #188 from EasyPost/v7.1.0
chore: prepare v7.1.0 for release
2 parents e9f34a6 + cc7bebb commit 225ad79

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

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

3-
## NEXT RELEASE
3+
## v7.1.0 (2022-05-09)
44

5-
- Adds a `lowest_rate` function to Orders and Pickups
6-
- Adds a `Shipment.get_lowest_smartrate` function and a `shipment.lowest_smartrate()` function
7-
- Add beta Referral class for White Label API with these new functions:
8-
`create()`, `update_email()`, `all()`, and `add_credit_card()`
5+
- Adds a `lowest_rate()` function to Orders and Pickups
6+
- Adds a `Shipment.get_lowest_smartrate()` function and a `shipment.lowest_smartrate()` function
7+
- Adds beta Referral class for Partner White Label API with these new functions: `create()`, `update_email()`, `all()`, and `add_credit_card()`
98

109
## v7.0.0 (2022-04-14)
1110

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.0.0"
1+
VERSION = "7.1.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
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="easypost",
33-
version="7.0.0",
33+
version="7.1.0",
3434
description="EasyPost Shipping API Client Library for Python",
3535
author="EasyPost",
3636
author_email="[email protected]",

0 commit comments

Comments
 (0)