Skip to content

Commit 3bea6b6

Browse files
committed
Prepare 1.0.0 release
1 parent c94c4fa commit 3bea6b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
1.0.0.dev0 (Next Release)
2-
-------------------------
1+
1.0.0 (2016-10-02)
2+
------------------
33

44
- Support for Python 2.5 has been dropped. On Python 2, Superlance
55
now requires Python 2.6 or later.
66

77
- Support for Python 3 has been added. On Python 3, Superlance
88
requires Python 3.2 or later.
99

10-
- Fix parsing of ``-n`` and ``--name`` options in ``httpok``. Patch
10+
- Fixed parsing of ``-n`` and ``--name`` options in ``httpok``. Patch
1111
by DenisBY.
1212

1313
0.14 (2016-09-24)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.0.0.dev0'
48+
version = '1.0.0'
4949
# The full version, including alpha/beta/rc tags.
5050
release = version
5151

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
tests_require.append('mock')
4040

4141
setup(name='superlance',
42-
version='1.0.0.dev0',
42+
version='1.0.0',
4343
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
4444
description='superlance plugins for supervisord',
4545
long_description=README + '\n\n' + CHANGES,

0 commit comments

Comments
 (0)