Skip to content

Commit

Permalink
Prepare 0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Sep 6, 2016
1 parent 56ea45e commit 3537f12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
1.0.0-dev (Next Release)
------------------------

- Dropped support for Python 2.5.

- Added support for Python 3.2 and 3.3.
0.13 (2016-09-05)
-----------------

- ``httpok`` now allows multiple expected status codes to be specified. Patch
by valmiRe.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.12'
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.12'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
CHANGES = ''

setup(name='superlance',
version='0.12',
version='0.13',
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 3537f12

Please sign in to comment.