File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 5.1.1 2021-05-18
2+
3+ * fix: stops appending smartrates to Shipment object
4+
15### 5.1.0 2021-05-14
26
37* Adds ` SmartRate ` functionality to the ` Shipments ` object (available by calling ` get_smartrates() ` on a shipment)
Original file line number Diff line number Diff line change 1- VERSION = '5.0.0 '
1+ VERSION = '5.1.1 '
22
33if '-' in VERSION :
44 VERSION_INFO = tuple ([int (v ) for v in VERSION .split ('-' )[0 ].split ('.' )] + VERSION .split ('-' )[1 :])
Original file line number Diff line number Diff line change 11import io
22import sys
33
4+
45try :
56 from setuptools import setup
67except ImportError :
2324
2425setup (
2526 name = 'easypost' ,
26- version = '5.1.0 ' ,
27+ version = '5.1.1 ' ,
2728 description = 'EasyPost Shipping API Client Library for Python' ,
2829 author = 'EasyPost' ,
2930 author_email = 'support@easypost.com' ,
You can’t perform that action at this time.
0 commit comments