mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
prepare 1.1.6
This commit is contained in:
parent
557862a7e6
commit
590a06c327
@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
|||||||
|
|
||||||
|
|
||||||
:Authors: Ralf Schmitt <ralf@systemexit.de>
|
:Authors: Ralf Schmitt <ralf@systemexit.de>
|
||||||
:Version: 1.1.5
|
:Version: 1.1.6
|
||||||
:Date: 2014-01-20
|
:Date: 2014-03-05
|
||||||
:Download: https://pypi.python.org/pypi/pypiserver#downloads
|
:Download: https://pypi.python.org/pypi/pypiserver#downloads
|
||||||
:Code: https://github.com/schmir/pypiserver
|
:Code: https://github.com/schmir/pypiserver
|
||||||
|
|
||||||
@ -446,6 +446,10 @@ proxypypi (https://pypi.python.org/pypi/proxypypi)
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
1.1.6 (2014-03-05)
|
||||||
|
------------------
|
||||||
|
- remove --index-url cli parameter introduced in 1.1.5
|
||||||
|
|
||||||
1.1.5 (2014-01-20)
|
1.1.5 (2014-01-20)
|
||||||
------------------
|
------------------
|
||||||
- only list devpi-server and proxypypi as alternatives
|
- only list devpi-server and proxypypi as alternatives
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
__version_info__ = (1, 1, 5)
|
__version_info__ = (1, 1, 6)
|
||||||
version = __version__ = "1.1.5"
|
version = __version__ = "1.1.6"
|
||||||
|
|
||||||
|
|
||||||
def app(root=None,
|
def app(root=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user