File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## NEXT RELEASE
3
+ ## v7.4.0 (2022-08-02)
4
4
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
5
10
- 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
10
11
11
12
## v7.3.0 (2022-07-18)
12
13
Original file line number Diff line number Diff line change 1
- VERSION = "7.3 .0"
1
+ VERSION = "7.4 .0"
2
2
3
3
elements = VERSION .split ("-" )
4
4
numbers = [str (v ) for v in elements [0 ].split ("." )]
Original file line number Diff line number Diff line change 34
34
35
35
setup (
36
36
name = "easypost" ,
37
- version = "7.3 .0" ,
37
+ version = "7.4 .0" ,
38
38
description = "EasyPost Shipping API Client Library for Python" ,
39
39
author = "EasyPost" ,
40
40
You can’t perform that action at this time.
0 commit comments