Skip to content

Commit d0c6052

Browse files
authored
- Prep for v8.2.1 release (#306)
1 parent 6faef91 commit d0c6052

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v8.2.1 (2023-10-30)
4+
5+
- Fixes a bug where `get_next_page` functions threw an error, preventing users from retrieving the final page of results
6+
37
## v8.2.0 (2023-10-11)
48

59
- Add dedicated API Key-related service, available via the `api_keys` property of a client

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.2.0"
3+
VERSION = "8.2.1"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

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.2.0",
35+
version="8.2.1",
3636
description="EasyPost Shipping API Client Library for Python",
3737
author="EasyPost",
3838
author_email="[email protected]",

0 commit comments

Comments
 (0)