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 f239544 commit 4e410e9Copy full SHA for 4e410e9
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
2
-1.0.1 (unreleased)
+1.0.1 (2016-07-21)
3
------------------
4
5
-- Nothing changed yet.
+- Add more standard library objects to the blacklist.
6
7
8
1.0.0 (2016-07-18)
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
return codecs.open(file_path, encoding='utf-8').read()
13
14
15
-version = '1.0.1.dev0'
+version = '1.0.1'
16
17
setup(
18
name='pytest-nodev',
0 commit comments