Skip to content

Commit daa9ec4

Browse files
authored
[chore] Prep for v7.14.1 release (#304)
* - Prep for v7.14.1 release
1 parent e6ee44f commit daa9ec4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v7.14.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
## v7.14.0 (2023-10-23)
48

59
- Adds beta `all_children` function to the User class for retrieving paginated lists of children users

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.13.0"
1+
VERSION = "7.14.1"
22

33
numbers = [str(number) for number in VERSION.split(".")]
44
VERSION_INFO = numbers

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="easypost",
36-
version="7.14.0",
36+
version="7.14.1",
3737
description="EasyPost Shipping API Client Library for Python",
3838
author="EasyPost",
3939
author_email="[email protected]",

0 commit comments

Comments
 (0)