This commit is contained in:
Julien Duponchelle 2015-06-22 19:06:25 +02:00
parent 4216c5d2ed
commit 26fc8236c9
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## 1.3.7 22/06/2015
* Prevent install on Python 2
## 1.3.6 16/06/2015
* Fix an issue with 1.4dev compatibility

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.3.7.dev1"
__version_info__ = (1, 3, 7, -99)
__version__ = "1.3.7"
__version_info__ = (1, 3, 7, 0)