1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

prepare 1.1.3 release

This commit is contained in:
Ralf Schmitt 2013-07-22 21:53:46 +02:00
parent ee2fd7c04c
commit 05907e1c4d
2 changed files with 8 additions and 4 deletions

@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
:Authors: Ralf Schmitt <ralf@systemexit.de>
:Version: 1.1.1
:Date: 2013-05-29
:Version: 1.1.3
:Date: 2013-07-22
:Download: https://pypi.python.org/pypi/pypiserver#downloads
:Code: https://github.com/schmir/pypiserver
@ -458,6 +458,10 @@ proxypypi (https://pypi.python.org/pypi/proxypypi)
Changelog
=========
1.1.3 (2013-07-22)
------------------
- make guessing of package name and version more robust
1.1.2 (2013-06-22)
------------------
- fix "pypi-server -U" stable/unstable detection, i.e. do not

@ -1,5 +1,5 @@
__version_info__ = (1, 1, 2)
version = __version__ = "1.1.2"
__version_info__ = (1, 1, 3)
version = __version__ = "1.1.3"
def app(root=None,