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 a8d232b commit 51b9869Copy full SHA for 51b9869
CHANGELOG.rst
@@ -1,4 +1,10 @@
1
2
+0.9.8 (unreleased)
3
+------------------
4
+
5
+- Nothing changed yet.
6
7
8
0.9.7 (2016-03-13)
9
------------------
10
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.7'
+version = '0.9.8.dev0'
16
17
setup(
18
name='pytest-nodev',
0 commit comments