Skip to content

Commit 5bceec4

Browse files
committed
Preparing release 0.9.5
1 parent e142f90 commit 5bceec4

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.5 (unreleased)
2+
0.9.5 (2016-03-01)
33
------------------
44

55
- Really find all installed modules thanks to a better sub-module discovery logic for packages.

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 = '0.9.5.dev0'
15+
version = '0.9.5'
1616

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

0 commit comments

Comments
 (0)