Skip to content

Commit

Permalink
- Prep for v8.2.1 release (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Oct 30, 2023
1 parent 6faef91 commit d0c6052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v8.2.1 (2023-10-30)

- Fixes a bug where `get_next_page` functions threw an error, preventing users from retrieving the final page of results

## v8.2.0 (2023-10-11)

- Add dedicated API Key-related service, available via the `api_keys` property of a client
Expand Down
2 changes: 1 addition & 1 deletion easypost/constant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
# Library version
VERSION = "8.2.0"
VERSION = "8.2.1"
VERSION_INFO = [str(number) for number in VERSION.split(".")]

# Client defaults
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="easypost",
version="8.2.0",
version="8.2.1",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="support@easypost.com",
Expand Down

0 comments on commit d0c6052

Please sign in to comment.