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 e142f90 commit 5bceec4Copy full SHA for 5bceec4
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
2
-0.9.5 (unreleased)
+0.9.5 (2016-03-01)
3
------------------
4
5
- Really find all installed modules thanks to a better sub-module discovery logic for packages.
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.5.dev0'
+version = '0.9.5'
16
17
setup(
18
name='pytest-nodev',
0 commit comments