Skip to content

Commit fcc827d

Browse files
committed
Preparing release 1.0.0
1 parent d084c48 commit fcc827d

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,6 +1,6 @@
11

2-
0.9.10 (unreleased)
3-
-------------------
2+
1.0.0 (2016-07-18)
3+
------------------
44

55
- Mostly documentation updates. The documentation is promoted to *good enough*.
66
Issue `#17 <https://github.com/nodev-io/pytest-nodev/issues/17>`_.

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

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

0 commit comments

Comments
 (0)