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 9d8e526 commit d3c2de0Copy full SHA for d3c2de0
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
2
-0.9.8 (unreleased)
+0.9.8 (2016-03-16)
3
------------------
4
5
- Add the ``pytest.mark.candidate`` marker in the place of ``pytest_nodev.search``.
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
return codecs.open(file_path, encoding='utf-8').read()
13
14
15
-version = '0.9.8.dev0'
+version = '0.9.8'
16
17
setup(
18
name='pytest-nodev',
0 commit comments