Skip to content

Commit b6fddf6

Browse files
authored
Merge pull request #238 from EasyPost/v7.6.1
chore: prepares v7.6.1 for release
2 parents b261f0c + 3c0c976 commit b6fddf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

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

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

easypost/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.6.0"
1+
VERSION = "7.6.1"
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
@@ -30,7 +30,7 @@
3030

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

0 commit comments

Comments
 (0)