prepare 1.1.2

This commit is contained in:
Ralf Schmitt 2013-06-22 23:01:32 +02:00
parent 3154943d3b
commit 556749fcbf
2 changed files with 7 additions and 2 deletions

View File

@ -458,6 +458,11 @@ proxypypi (https://pypi.python.org/pypi/proxypypi)
Changelog
=========
1.1.2 (2013-06-22)
------------------
- fix "pypi-server -U" stable/unstable detection, i.e. do not
accidentally update to unstable packages
1.1.1 (2013-05-29)
------------------
- add 'overwrite' option to allow overwriting existing package

View File

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