Prepare 1.3.1rc1

This commit is contained in:
Julien Duponchelle
2015-04-05 11:47:35 +02:00
parent 1c4202187a
commit e3239b7e36
3 changed files with 19 additions and 2 deletions

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