Merge pull request #2045 from manueljacob/normalized-version

Change version to be in normal form according to PEP 440.
This commit is contained in:
Ronny Pfannschmidt 2016-11-06 12:30:22 +01:00 committed by GitHub
commit 07af307e4a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
3.0.4.dev
=========
3.0.4.dev0
==========
*

View File

@ -1,2 +1,2 @@
#
__version__ = '3.0.4.dev'
__version__ = '3.0.4.dev0'