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 d084c48 commit fcc827dCopy full SHA for fcc827d
CHANGELOG.rst
@@ -1,6 +1,6 @@
1
2
-0.9.10 (unreleased)
3
--------------------
+1.0.0 (2016-07-18)
+------------------
4
5
- Mostly documentation updates. The documentation is promoted to *good enough*.
6
Issue `#17 <https://github.com/nodev-io/pytest-nodev/issues/17>`_.
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
return codecs.open(file_path, encoding='utf-8').read()
13
14
15
-version = '0.9.10.dev0'
+version = '1.0.0'
16
17
setup(
18
name='pytest-nodev',
0 commit comments