This commit is contained in:
Julien Duponchelle
2015-08-03 18:52:22 +02:00
parent 06a6287dff
commit d942f52f7d
2 changed files with 6 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.9dev1"
__version_info__ = (1, 3, 9, -99)
__version__ = "1.3.9"
__version_info__ = (1, 3, 9, 0)