This commit is contained in:
Julien Duponchelle
2015-12-11 09:22:46 +01:00
parent 5fe65e26ce
commit 8d4fc9585e
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 1.3.13 11/12/2015
* Release server 1.3.13
## 1.3.12 11/12/2015
* Fix warning when closing GUI

View File

@@ -25,6 +25,6 @@ or negative for a release candidate or beta (after the base version
number has been incremented)
"""
__version__ = "1.3.12"
__version_info__ = (1, 3, 12, 0)
__version__ = "1.3.13"
__version_info__ = (1, 3, 13, 0)