Skip to content

Commit c62cdc5

Browse files
authored
Merge pull request #262 from EasyPost/v7.11.0
chore: prepare v7.11.0 for release
2 parents 0a135ef + 1dfb63e commit c62cdc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next release
3+
## v7.11.0 (2023-04-04)
44

55
- Add `get_next_page` function that retrieves the next page of results for a paginated collection
66

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.10.0"
1+
VERSION = "7.11.0"
22

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

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

0 commit comments

Comments
 (0)