This commit is contained in:
Julien Duponchelle
2016-07-07 18:57:18 +02:00
parent 08956e438c
commit e1a7efad60
2 changed files with 11 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.5.1dev1"
__version_info__ = (1, 5, 1, -99)
__version__ = "1.5.1"
__version_info__ = (1, 5, 1, 0)