Change version to be in normal form according to PEP 440.

The version is changed from 3.0.4.dev to 3.0.4.dev0.  Note that
according to PEP 440 these are considered equivalent, but 3.0.4.dev0 is
the normal form.

This standard was followed when the version was set to 3.0.3.dev0 in
commit ee284ec5, but in commit a87b1c79 the version was set to
3.0.4.dev, leaving the development number implicit again.
This commit is contained in:
Manuel Jacob 2016-11-06 09:00:04 +01:00
parent f331e8f576
commit a190ad27f2
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'