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 e90f06c commit 86933b4Copy full SHA for 86933b4
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
2
-0.9.6 (unreleased)
+0.9.6 (2016-03-06)
3
------------------
4
5
- Mostly documentation improvements and fixes.
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.6.dev0'
+version = '0.9.6'
16
17
setup(
18
name='pytest-nodev',
0 commit comments