Skip to content

Commit 47e84a4

Browse files
authored
Merge pull request #226 from EasyPost/v7.5.0
chore: prepares v7.5.0 for release
2 parents d32f64d + 042bf51 commit 47e84a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v7.5.0 (2022-08-25)
44

5-
- Adds the `EndShipper` Beta class with `create`, `retrieve`, `all`, and `save` functions
5+
- Adds the `EndShipper` class with `create`, `retrieve`, `all`, and `save` functions
66

77
## v7.4.0 (2022-08-02)
88

easypost/version.py

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

33
elements = VERSION.split("-")
44
numbers = [str(v) for v in elements[0].split(".")]

setup.py

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

3131
setup(
3232
name="easypost",
33-
version="7.4.0",
33+
version="7.5.0",
3434
description="EasyPost Shipping API Client Library for Python",
3535
author="EasyPost",
3636
author_email="[email protected]",

0 commit comments

Comments
 (0)