Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Dec 27, 2021
1 parent 39d8b09 commit ab1b8a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,5 +1,5 @@
2.0.0.dev0 (Next Release)
-------------------------
2.0.0 (2021-12-26)
------------------

- Support for Python 2.6 has been dropped. On Python 2, Superlance
now requires Python 2.7.
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.1.0.dev0'
version = '2.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<4.0.0.dev0')

setup(name='superlance',
version='2.0.0.dev0',
version='2.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 ab1b8a5

Please sign in to comment.