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

Bump ver 1.1.9-dev.0-->dev.1

+ Add some more project-coords on package.
- Not all new `test_server` TCs pass!!
This commit is contained in:
ankostis on tokoti 2015-09-19 02:09:20 +02:00
parent 4bb758da30
commit 629cbba740
2 changed files with 13 additions and 10 deletions

@ -7,7 +7,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|proj-license|
:Maintainer: Kostis Anagnostopoulos <ankostis@gmail.com>
:Version: 1.1.9-dev.0
:Version: 1.1.9-dev.1
:Date: 2015-03-8
:Source: https://github.com/pypiserver/pypiserver
:PyPI: https://pypi.python.org/pypi/pypiserver

@ -1,8 +1,11 @@
import re as _re
version = __version__ = "1.1.9-dev.0"
version = __version__ = "1.1.9-dev.1"
__version_info__ = tuple(_re.split('[.-]', __version__))
__updated__ = "2015-09-17 02:05:08"
__updated__ = "2015-09-19 02:07:51"
__title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install."
__uri__ = "https://github.com/pypiserver/pypiserver"
def app(root=None,
redirect_to_fallback=True,