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 51bca8f commit fcbac62Copy full SHA for fcbac62
CHANGES.txt
@@ -1,3 +1,6 @@
1
+1.1.0.dev0 (Next Release)
2
+-------------------------
3
+
4
1.0.0 (2016-10-02)
5
------------------
6
docs/conf.py
@@ -45,7 +45,7 @@
45
# built documents.
46
#
47
# The short X.Y version.
48
-version = '1.0.0'
+version = '1.1.0.dev0'
49
# The full version, including alpha/beta/rc tags.
50
release = version
51
setup.py
@@ -39,7 +39,7 @@
39
tests_require.append('mock')
40
41
setup(name='superlance',
42
- version='1.0.0',
+ version='1.1.0.dev0',
43
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
44
description='superlance plugins for supervisord',
long_description=README + '\n\n' + CHANGES,
0 commit comments