Skip to content

Commit c47fc16

Browse files
authored
Merge pull request #219 from EasyPost/v7.4.0
chore: prepares v7.4.0 for release
2 parents e25c9f3 + c7cdef6 commit c47fc16

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v7.4.0 (2022-08-02)
44

5+
- Adds Carbon Offset support
6+
- Adds ability to create a shipment with carbon_offset
7+
- Adds ability to buy a shipment with carbon_offset
8+
- Adds ability to one-call-buy a shipment with carbon_offset
9+
- Adds ability to rerate a shipment with carbon_offset
510
- Adds `validate_webhook` function that returns your webhook or raises an error if there is a `webhook_secret` mismatch
6-
- Adds ability to create a shipment with carbon_offset
7-
- Adds ability to buy a shipment with carbon_offset
8-
- Adds ability to one-call-buy a shipment with carbon_offset
9-
- Adds ability to rerate a shipment with carbon_offset
1011

1112
## v7.3.0 (2022-07-18)
1213

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "7.3.0"
1+
VERSION = "7.4.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
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name="easypost",
37-
version="7.3.0",
37+
version="7.4.0",
3838
description="EasyPost Shipping API Client Library for Python",
3939
author="EasyPost",
4040
author_email="[email protected]",

0 commit comments

Comments
 (0)