Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Oct 2, 2016
1 parent c94c4fa commit 3bea6b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
@@ -1,13 +1,13 @@
1.0.0.dev0 (Next Release)
-------------------------
1.0.0 (2016-10-02)
------------------

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

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

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

0.14 (2016-09-24)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -45,7 +45,7 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0.dev0'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
tests_require.append('mock')

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

0 comments on commit 3bea6b6

Please sign in to comment.