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.7.0 (2022-12-07)
44
5- - [ ADDED ] ` create ` function for CarrierAccount now supports carrier accounts with custom workflows (e.g. FedEx, UPS)
5+ - Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the ` create ` function
66
77## v7.6.1 (2022-10-24)
88
Original file line number Diff line number Diff line change 1- VERSION = "7.6.1 "
1+ VERSION = "7.7.0 "
22
33numbers = [str (number ) for number in VERSION .split ("." )]
44VERSION_INFO = numbers
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = "easypost" ,
35- version = "7.6.1 " ,
35+ version = "7.7.0 " ,
3636 description = "EasyPost Shipping API Client Library for Python" ,
3737 author = "EasyPost" ,
3838 author_email = "support@easypost.com" ,
You can’t perform that action at this time.
0 commit comments