Skip to content

Commit d1630cf

Browse files
authoredJan 8, 2024
- Prep for v9.1.0 release (#323)
1 parent b6a2f99 commit d1630cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next release
3+
## v9.1.0 (2024-01-08)
44

55
- Adds `all_children` function to the User service for retrieving paginated lists of children
66
- Adds `get_next_page_of_children` function to User service to get next paginated list of children

‎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 = "9.0.1"
3+
VERSION = "9.1.0"
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
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name="easypost",
34-
version="9.0.1",
34+
version="9.1.0",
3535
description="EasyPost Shipping API Client Library for Python",
3636
author="EasyPost",
3737
author_email="support@easypost.com",

0 commit comments

Comments
 (0)
Please sign in to comment.