Prepare 1.3.1 release

This commit is contained in:
Julien Duponchelle
2015-04-11 09:33:08 +02:00
parent f5e2309563
commit 3ff2b5f546
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## 1.3.1 11/04/2015
* Release
## 1.3.1rc4 09/04/2015
* Fix crash when save as can't create a directory

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