File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
13130.14 (2016-09-24)
Original file line number Diff line number Diff line change 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.
5050release = version
5151
Original file line number Diff line number Diff line change 3939 tests_require .append ('mock' )
4040
4141setup (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 ,
You can’t perform that action at this time.
0 commit comments