This commit is contained in:
Julien Duponchelle
2015-06-22 19:04:10 +02:00
parent aa55b984a2
commit 57998195f6
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.3.7 22/06/2015
* Support spaces in the local server log path.
* Fixes issue when setting the local server settings.
* Fix a crash with Python 3.3
* Fixes WICs are not displayed correctly. Fixes #434.
* Do not load settings that the GUI doesn't use.
## 1.3.6 16/06/2015
* Fix an issue with 1.4dev compatibility

View File

@@ -25,5 +25,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)