up version to 0.5.2, update docs for upcoming release

This commit is contained in:
Ralf Schmitt 2012-03-26 23:25:03 +02:00
parent 390e8f522e
commit 7ce5bd8eb1
2 changed files with 11 additions and 4 deletions

View File

@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
:Authors: Ralf Schmitt <ralf@systemexit.de>
:Version: 0.5.1
:Date: 2012-02-23
:Version: 0.5.2
:Date: 2012-03-27
:Download: http://pypi.python.org/pypi/pypiserver
:Code: https://github.com/schmir/pypiserver
@ -340,6 +340,13 @@ EggBasket (http://pypi.python.org/pypi/EggBasket)
Changelog
=========
0.5.2 (2012-03-27)
------------------
- provide a way to get the WSGI app
- improved package name and version guessing
- use case insensitive matching when removing archive suffixes
- fix pytz issue #6
0.5.1 (2012-02-23)
------------------
- make 'pypi-server -U' compatible with pip 1.1

View File

@ -1,5 +1,5 @@
__version_info__ = (0, 5, 1)
version = __version__ = "0.5.1"
__version_info__ = (0, 5, 2)
version = __version__ = "0.5.2"
def app(root=None,