Skip to content

Commit 69b6987

Browse files
authored
Merge pull request #254 from EasyPost/v7.9.0
chore: prepare v7.9.0 for release
2 parents 992598f + ae0ea48 commit 69b6987

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.9.0 (2023-01-18)
44

55
- Adds `all` function to `Pickup` to retrieve all pickups
66
- Adds `retrieve_payload` and `retrieve_all_payloads` functions to `Event`

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.8.0"
1+
VERSION = "7.9.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
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="easypost",
35-
version="7.8.0",
35+
version="7.9.0",
3636
description="EasyPost Shipping API Client Library for Python",
3737
author="EasyPost",
3838
author_email="[email protected]",

0 commit comments

Comments
 (0)