summaryrefslogtreecommitdiff
path: root/_pytest
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2016-11-06 09:00:04 +0100
committerManuel Jacob <me@manueljacob.de>2016-11-06 09:00:04 +0100
commita190ad27f2664272c52e6beabb9f60f65eaa2143 (patch)
tree31440085265067c68c128312e273714c8e82f841 /_pytest
parentf331e8f57629b128358e5c5cecbaadebd4384123 (diff)
downloadpytest-a190ad27f2664272c52e6beabb9f60f65eaa2143.tar.gz
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.
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
index d9f72e9b4..b070c40d1 100644
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '3.0.4.dev'
+__version__ = '3.0.4.dev0'