From 590a06c327426708e8f6bf68ad2031fac9859529 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Wed, 5 Mar 2014 22:54:17 +0100 Subject: [PATCH] prepare 1.1.6 --- README.rst | 8 ++++++-- pypiserver/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a940176..3b4acfa 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install :Authors: Ralf Schmitt -: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 diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index 6d16ca6..657e76e 100644 --- a/pypiserver/__init__.py +++ b/pypiserver/__init__.py @@ -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,