prepare 1.1.6

This commit is contained in:
Ralf Schmitt 2014-03-05 22:54:17 +01:00
parent 557862a7e6
commit 590a06c327
2 changed files with 8 additions and 4 deletions

View File

@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
:Authors: Ralf Schmitt <ralf@systemexit.de>
:Version: 1.1.5
:Date: 2014-01-20
:Version: 1.1.6
:Date: 2014-03-05
:Download: https://pypi.python.org/pypi/pypiserver#downloads
:Code: https://github.com/schmir/pypiserver
@ -446,6 +446,10 @@ proxypypi (https://pypi.python.org/pypi/proxypypi)
Changelog
=========
1.1.6 (2014-03-05)
------------------
- remove --index-url cli parameter introduced in 1.1.5
1.1.5 (2014-01-20)
------------------
- only list devpi-server and proxypypi as alternatives

View File

@ -1,5 +1,5 @@
__version_info__ = (1, 1, 5)
version = __version__ = "1.1.5"
__version_info__ = (1, 1, 6)
version = __version__ = "1.1.6"
def app(root=None,