Skip to content

Commit

Permalink
Merge pull request #188 from EasyPost/v7.1.0
Browse files Browse the repository at this point in the history
chore: prepare v7.1.0 for release
  • Loading branch information
Justintime50 authored May 9, 2022
2 parents e9f34a6 + cc7bebb commit 225ad79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# CHANGELOG

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

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

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

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.0.0"
VERSION = "7.1.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.0.0",
version="7.1.0",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit 225ad79

Please sign in to comment.