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 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
Original file line number Diff line number Diff line change 1- VERSION = "7.3 .0"
1+ VERSION = "7.4 .0"
22
33elements = VERSION .split ("-" )
44numbers = [str (v ) for v in elements [0 ].split ("." )]
Original file line number Diff line number Diff line change 3434
3535setup (
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
You can’t perform that action at this time.
0 commit comments