Prepare 1.3.1rc3

This commit is contained in:
Julien Duponchelle
2015-04-07 16:18:12 +02:00
parent 6132aa7864
commit ffe486e284
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Change Log
## 1.3.1rc3 06/04/2015
## 1.3.1rc3 07/04/2015
* Send HTTP errors 400 to the crash report system
## 1.3.1rc2 06/04/2015
* Fix race condition during old project import

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