Skip to content

Commit 8af4e9d

Browse files
authored
Merge pull request #132 from EasyPost/bump-version-5.1.3
bump version to 5.1.3
2 parents cf03dc7 + 89846e3 commit 8af4e9d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
### NEXT RELEASE
44

5+
### v5.1.3 2021-07-20
6+
57
* Remove 2015-vintage experimental "`all_updated`" action from trackers
68
* Correct references of `[email protected]` to `[email protected]`
9+
* Clean up address verify property and some miscellaneous request logic
710

811
### v5.1.2 2021-06-10
912

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.1.2'
1+
VERSION = '5.1.3'
22

33
if '-' in VERSION:
44
VERSION_INFO = tuple([int(v) for v in VERSION.split('-')[0].split('.')] + VERSION.split('-')[1:])

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import io
22
import sys
33

4+
45
try:
56
from setuptools import setup
67
except ImportError:
@@ -23,7 +24,7 @@
2324

2425
setup(
2526
name='easypost',
26-
version='5.1.2',
27+
version='5.1.3',
2728
description='EasyPost Shipping API Client Library for Python',
2829
author='EasyPost',
2930
author_email='[email protected]',

0 commit comments

Comments
 (0)