Skip to content

Commit a53b8bf

Browse files
committed
Preparing release 0.9.4
1 parent 78b8419 commit a53b8bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
0.9.4 (unreleased)
2+
0.9.4 (2016-02-28)
33
------------------
44

55
- Fixed the frequent "AssertionError: Silent re.match bug!", issue #24.

setup.py

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

1313

14-
version = '0.9.4.dev0'
14+
version = '0.9.4'
1515

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

0 commit comments

Comments
 (0)