Skip to content

Commit

Permalink
Merge pull request #209 from EasyPost/v7.2.0
Browse files Browse the repository at this point in the history
chore: prepares v7.2.0 for release
  • Loading branch information
Justintime50 authored Jul 11, 2022
2 parents e755056 + edd3f73 commit ef356bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# CHANGELOG

## NEXT RELEASE
## v7.2.0 (2022-07-11)

- Adds `Billing.retrieve_payment_methods()`, `Billing.fund_wallet()`, and `Billing.delete_payment_method()` functions
- Removes the unusable `carrier` param from `Address.verify()` along with the dead `message` conditional check that was missed in v7.0.0
- Adds OS specific details to the user-agent header
- API keys are now required for every request and will fail fast if not present
- Swaps update functions to use `patch` instead of `put` behind the scenes to better match the API behavior and documentation. Behavior of these functions should be unchanged

## v7.1.1 (2022-05-09)

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.1.1"
VERSION = "7.2.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 @@ -34,7 +34,7 @@

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

0 comments on commit ef356bb

Please sign in to comment.