Prepare RC4

pull/149/head v1.3.1rc4
Julien Duponchelle 9 years ago
parent b2e53a94d4
commit eac751948e

@ -1,5 +1,15 @@
# Change Log
## 1.3.1rc4 09/04/2015
* Initial config file content can be empty (fix export issues)
* Fix crash if IOU initial config is emtpy
* Return more informations about bad requests for crash reports
* Allow less strict dependencies for easier install
* Missing project name in documentation
* Some spring cleaning
## 1.3.1rc3 07/04/2015
* Fix missing IOU documentation

@ -23,5 +23,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)

Loading…
Cancel
Save