Skip to content

Commit 72abe91

Browse files
authored
prep release for v7.15.0 (#324)
1 parent 2b52eba commit 72abe91

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-
## v7.15.0 Next release
3+
## v7.15.0 (2024-01-08)
44

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

easypost/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.14.1"
1+
VERSION = "7.15.0"
22

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

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

0 commit comments

Comments
 (0)