Skip to content

Commit

Permalink
Merge pull request #238 from EasyPost/v7.6.1
Browse files Browse the repository at this point in the history
chore: prepares v7.6.1 for release
  • Loading branch information
Justintime50 authored Oct 24, 2022
2 parents b261f0c + 3c0c976 commit b6fddf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## NEXT RELEASE
## v7.6.1 (2022-10-24)

- Concatenates `error.message` if it incorrectly comes back from the API as a list

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.6.0"
VERSION = "7.6.1"

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 @@ -30,7 +30,7 @@

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

0 comments on commit b6fddf6

Please sign in to comment.