diff --git a/README.rst b/README.rst index bad886d..ebfc537 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.3 -:Date: 2013-07-22 +:Version: 1.1.4 +:Date: 2014-01-03 :Download: https://pypi.python.org/pypi/pypiserver#downloads :Code: https://github.com/schmir/pypiserver @@ -458,6 +458,11 @@ proxypypi (https://pypi.python.org/pypi/proxypypi) Changelog ========= +1.1.4 (2014-01-03) +------------------ +- make pypiserver compatible with pip 1.5 + (https://github.com/schmir/pypiserver/pull/42) + 1.1.3 (2013-07-22) ------------------ - make guessing of package name and version more robust diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index 142cbd2..8ab1cf4 100644 --- a/pypiserver/__init__.py +++ b/pypiserver/__init__.py @@ -1,5 +1,5 @@ -__version_info__ = (1, 1, 3) -version = __version__ = "1.1.3" +__version_info__ = (1, 1, 4) +version = __version__ = "1.1.4" def app(root=None,