diff --git a/README.rst b/README.rst index 327d67b..418f43c 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.4 -:Date: 2014-01-03 +:Version: 1.1.5 +:Date: 2014-01-20 :Download: https://pypi.python.org/pypi/pypiserver#downloads :Code: https://github.com/schmir/pypiserver @@ -137,7 +137,7 @@ pypi-server -h will print a detailed usage message:: -u allow updating to unstable version (alpha, beta, rc, dev versions) - Visit http://pypi.python.org/pypi/pypiserver for more information. + Visit https://pypi.python.org/pypi/pypiserver for more information. @@ -443,6 +443,16 @@ proxypypi (https://pypi.python.org/pypi/proxypypi) Changelog ========= +1.1.5 (2014-01-20) +------------------ +- only list devpi-server and proxypypi as alternatives +- fix wheel file handling for certain wheels +- serve wheel files as application/octet-stream +- make pypiserver executable from wheel file +- build universal wheel +- remove scripts subdirectory +- add --index-url cli parameter + 1.1.4 (2014-01-03) ------------------ - make pypiserver compatible with pip 1.5 diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index 8ab1cf4..6d16ca6 100644 --- a/pypiserver/__init__.py +++ b/pypiserver/__init__.py @@ -1,5 +1,5 @@ -__version_info__ = (1, 1, 4) -version = __version__ = "1.1.4" +__version_info__ = (1, 1, 5) +version = __version__ = "1.1.5" def app(root=None,