This commit is contained in:
Julien Duponchelle
2015-06-16 21:55:25 +02:00
parent e0eabbebd1
commit 858a59568e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 1.3.6 16/06/2015
* Fix an issue with 1.4dev compatibility
## 1.3.5 16/06/2015
* Do not crash in a very rare case on Windows when stoping local server

View File

@@ -26,4 +26,4 @@ number has been incremented)
"""
__version__ = "1.3.6"
__version_info__ = (1, 3, 6, -99)
__version_info__ = (1, 3, 6, 0)