This commit is contained in:
Julien Duponchelle 2015-06-16 21:56:44 +02:00
parent 0dae4b6930
commit a2d4c2427d
2 changed files with 6 additions and 2 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/15
* Ignore invalid characters when reading the output of a process

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.6dev1"
__version_info__ = (1, 3, 6, -99)
__version__ = "1.3.6"
__version_info__ = (1, 3, 6, 0)