We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812498b commit 6d6065cCopy full SHA for 6d6065c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
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
7
## v7.13.1 (2023-05-31)
8
9
- Fixes a bug where `Payload` didn't inherit `EasyPostObject` which could throw errors when retrieving event payloads (closes #284)
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="easypost",
36
- version="7.13.1",
+ version="7.14.0",
37
description="EasyPost Shipping API Client Library for Python",
38
author="EasyPost",
39
author_email="support@easypost.com",
0 commit comments