Skip to content

Commit 4bc2545

Browse files
authored
- Prep release (#296)
1 parent 7f5fe80 commit 4bc2545

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

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

3-
## Next Release
3+
## v8.1.1 (2023-09-05)
44

55
- Fix endpoint for creating a FedEx Smartpost carrier account
66

Diff for: easypost/constant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
# Library version
3-
VERSION = "8.1.0"
3+
VERSION = "8.1.1"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="easypost",
35-
version="8.1.0",
35+
version="8.1.1",
3636
description="EasyPost Shipping API Client Library for Python",
3737
author="EasyPost",
3838
author_email="[email protected]",

0 commit comments

Comments
 (0)