summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-05 18:22:33 +0100
committerholger krekel <holger@merlinux.eu>2011-03-05 18:22:33 +0100
commit5bef795ba77fd41570ee76eb4f71399849f98a36 (patch)
tree907fabe36c0268f2f6edffbe32e195c1be3b9f79 /pytest.py
parenta6c518e68c2aeb264b4aa87d0308670f5a8e3136 (diff)
downloadpytest-5bef795ba77fd41570ee76eb4f71399849f98a36.tar.gz
add changelog entry about unittest change, bump version
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 03658acb2..eb8e4b37d 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.2.dev3'
+__version__ = '2.0.2.dev4'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins