Skip to content

Commit

Permalink
- Prep for v7.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 9, 2024
1 parent 72abe91 commit e229f4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# CHANGELOG

## v7.15.0 (2024-01-08)

## v7.15.1 (2024-01-09)

- Adds `all_children` function to the User class for retrieving paginated lists of children users, and removes the beta function
- Adds `get_next_page_of_children` function to the User class for retrieving next paginated lists of children users, and removes the beta function

## v7.15.0 (2024-01-08)

**This release erroneously included code from v8.x.x and v9.x.x. Use v7.15.1 instead.**

## 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
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.15.0"
VERSION = "7.15.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.15.0",
version="7.15.1",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit e229f4e

Please sign in to comment.