Skip to content

Commit 4e410e9

Browse files
committed
Preparing release 1.0.1
1 parent f239544 commit 4e410e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
1.0.1 (unreleased)
2+
1.0.1 (2016-07-21)
33
------------------
44

5-
- Nothing changed yet.
5+
- Add more standard library objects to the blacklist.
66

77

88
1.0.0 (2016-07-18)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212
return codecs.open(file_path, encoding='utf-8').read()
1313

1414

15-
version = '1.0.1.dev0'
15+
version = '1.0.1'
1616

1717
setup(
1818
name='pytest-nodev',

0 commit comments

Comments
 (0)