We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b8419 commit a53b8bfCopy full SHA for a53b8bf
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
2
-0.9.4 (unreleased)
+0.9.4 (2016-02-28)
3
------------------
4
5
- Fixed the frequent "AssertionError: Silent re.match bug!", issue #24.
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
return codecs.open(file_path, encoding='utf-8').read()
12
13
14
-version = '0.9.4.dev0'
+version = '0.9.4'
15
16
setup(
17
name='pytest-nodev',
0 commit comments