File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## NEXT RELEASE
3+ ## v7.6.0 (2022-09-21)
44
55- Adds support to pass ` end_shipper_id ` on the buy call of a Shipment
6- - Migrates the Partner White Label (Referral) function from beta to the general library namespace and deprecates the beta functions
6+ - Migrates the Partner White Label (Referral) functions from beta to the general library namespace and deprecates the beta functions
77
88## v7.5.0 (2022-08-25)
99
Original file line number Diff line number Diff line change 1- VERSION = "7.5 .0"
1+ VERSION = "7.6 .0"
22
33elements = VERSION .split ("-" )
44numbers = [str (v ) for v in elements [0 ].split ("." )]
Original file line number Diff line number Diff line change 3030
3131setup (
3232 name = "easypost" ,
33- version = "7.5 .0" ,
33+ version = "7.6 .0" ,
3434 description = "EasyPost Shipping API Client Library for Python" ,
3535 author = "EasyPost" ,
3636
You can’t perform that action at this time.
0 commit comments