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 commitee284ec5
, but in commita87b1c79
the version was set to 3.0.4.dev, leaving the development number implicit again.
This commit is contained in:
parent
f331e8f576
commit
a190ad27f2
|
@ -1,5 +1,5 @@
|
|||
3.0.4.dev
|
||||
=========
|
||||
3.0.4.dev0
|
||||
==========
|
||||
|
||||
*
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#
|
||||
__version__ = '3.0.4.dev'
|
||||
__version__ = '3.0.4.dev0'
|
||||
|
|
Loading…
Reference in New Issue