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 1
1
# CHANGELOG
2
2
3
- ## NEXT RELEASE
3
+ ## v7.6.0 (2022-09-21)
4
4
5
5
- 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
7
7
8
8
## v7.5.0 (2022-08-25)
9
9
Original file line number Diff line number Diff line change 1
- VERSION = "7.5 .0"
1
+ VERSION = "7.6 .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 30
30
31
31
setup (
32
32
name = "easypost" ,
33
- version = "7.5 .0" ,
33
+ version = "7.6 .0" ,
34
34
description = "EasyPost Shipping API Client Library for Python" ,
35
35
author = "EasyPost" ,
36
36
You can’t perform that action at this time.
0 commit comments