Skip to content

Commit 8734e06

Browse files
committed
bump to version 4.0.2
1 parent c21a4bf commit 8734e06

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.2 2020-05-05
2+
* cleaned up how the `__version__` attribute is populated to no longer throw warnings (#95, #98, #104)
3+
* added some misding reports
4+
* fix stale tests
5+
* move testing infrastructure from travis-ci.org to travis-ci.com
6+
17
### 4.0.1 2020-03-06
28

39
* Fixed a bug that would not create reports properly

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pkg_resources
22

33

4-
VERSION = '4.0.1'
4+
VERSION = '4.0.2'
55

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='easypost',
25-
version='4.0.1',
25+
version='4.0.2',
2626
description='EasyPost Shipping API Client Library for Python',
2727
author='EasyPost',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)