Prepare 1.3.1rc4

This commit is contained in:
Julien Duponchelle
2015-04-09 10:59:37 +02:00
parent 75aa6d50b3
commit f5e2309563
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Change Log
## 1.3.1rc4 09/04/2015
* Fix crash when save as can't create a directory
* Allow less strict dependencies
## 1.3.1rc3 07/04/2015
* Send HTTP errors 400 to the crash report system

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