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 24ea81d commit 41eae41Copy full SHA for 41eae41
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
2
-0.9.9 (unreleased)
+0.9.9 (2016-07-16)
3
------------------
4
5
- Reduce test run noise by blacklisting annoying stdlib objects.
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.9.dev0'
+version = '0.9.9'
16
17
setup(
18
name='pytest-nodev',
0 commit comments