Merge pull request #110 from hydrosquall/release/bump-version-to-6-0

Release/bump version to 6 0
This commit is contained in:
Cameron Yick
2018-04-30 23:08:10 -04:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
History
=======
0.6.0 (2018-04-30)
------------------
* Fix bug in resample argument name (@dcwtx #82)
* Add tool for removing API Keys from test fixtures (@dcwtx #107)
* Remove official support for Python 3.3
0.5.0 (2018-03-11)
------------------

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.5.1'
__version__ = '0.6.0'