Skip to content

Commit 6d6065c

Browse files
authored
- Update changelog, version number (#301)
1 parent 812498b commit 6d6065c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v7.14.0 (2023-10-23)
4+
5+
- Adds beta `all_children` function to the User class for retrieving paginated lists of children users
6+
37
## v7.13.1 (2023-05-31)
48

59
- Fixes a bug where `Payload` didn't inherit `EasyPostObject` which could throw errors when retrieving event payloads (closes #284)

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.13.1",
36+
version="7.14.0",
3737
description="EasyPost Shipping API Client Library for Python",
3838
author="EasyPost",
3939
author_email="support@easypost.com",

0 commit comments

Comments
 (0)