Skip to content

Commit

Permalink
[chore] Prep for v7.14.1 release (#304)
Browse files Browse the repository at this point in the history
* - Prep for v7.14.1 release
  • Loading branch information
nwithan8 committed Oct 30, 2023
1 parent e6ee44f commit daa9ec4
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

## v7.14.1 (2023-10-30)

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

## v7.14.0 (2023-10-23)

- Adds beta `all_children` function to the User class for retrieving paginated lists of children users
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.13.0"
VERSION = "7.14.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 @@ -33,7 +33,7 @@

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

0 comments on commit daa9ec4

Please sign in to comment.