File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### NEXT RELEASE
4
4
5
+ ### v5.1.3 2021-07-20
6
+
5
7
* Remove 2015-vintage experimental "` all_updated ` " action from trackers
6
8
* Correct references of ` contact@easypost.com ` to ` support@easypost.com `
9
+ * Clean up address verify property and some miscellaneous request logic
7
10
8
11
### v5.1.2 2021-06-10
9
12
Original file line number Diff line number Diff line change 1
- VERSION = '5.1.2 '
1
+ VERSION = '5.1.3 '
2
2
3
3
if '-' in VERSION :
4
4
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 1
1
import io
2
2
import sys
3
3
4
+
4
5
try :
5
6
from setuptools import setup
6
7
except ImportError :
23
24
24
25
setup (
25
26
name = 'easypost' ,
26
- version = '5.1.2 ' ,
27
+ version = '5.1.3 ' ,
27
28
description = 'EasyPost Shipping API Client Library for Python' ,
28
29
author = 'EasyPost' ,
29
30
author_email = 'support@easypost.com' ,
You can’t perform that action at this time.
0 commit comments