File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## Next Release
3+ ## v9.2.0 (2024-04-10)
44
55- Fix payment method funding and deletion failures due to undetermined payment method type
66- Adds ` refund ` function in Insurance service for requesting a refund for a standalone insurance
Original file line number Diff line number Diff line change 11# flake8: noqa
22# Library version
3- VERSION = "9.1 .0"
3+ VERSION = "9.2 .0"
44VERSION_INFO = [str (number ) for number in VERSION .split ("." )]
55
66# Client defaults
Original file line number Diff line number Diff line change 3131
3232setup (
3333 name = "easypost" ,
34- version = "9.1 .0" ,
34+ version = "9.2 .0" ,
3535 description = "EasyPost Shipping API Client Library for Python" ,
3636 author = "EasyPost" ,
3737 author_email = "support@easypost.com" ,
You can’t perform that action at this time.
0 commit comments