mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-16 23:09:34 +01:00
prepare 1.1.4
This commit is contained in:
parent
3563c781ff
commit
e77119f900
@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
|
||||
|
||||
:Authors: Ralf Schmitt <ralf@systemexit.de>
|
||||
:Version: 1.1.3
|
||||
:Date: 2013-07-22
|
||||
:Version: 1.1.4
|
||||
:Date: 2014-01-03
|
||||
:Download: https://pypi.python.org/pypi/pypiserver#downloads
|
||||
:Code: https://github.com/schmir/pypiserver
|
||||
|
||||
@ -458,6 +458,11 @@ proxypypi (https://pypi.python.org/pypi/proxypypi)
|
||||
|
||||
Changelog
|
||||
=========
|
||||
1.1.4 (2014-01-03)
|
||||
------------------
|
||||
- make pypiserver compatible with pip 1.5
|
||||
(https://github.com/schmir/pypiserver/pull/42)
|
||||
|
||||
1.1.3 (2013-07-22)
|
||||
------------------
|
||||
- make guessing of package name and version more robust
|
||||
|
@ -1,5 +1,5 @@
|
||||
__version_info__ = (1, 1, 3)
|
||||
version = __version__ = "1.1.3"
|
||||
__version_info__ = (1, 1, 4)
|
||||
version = __version__ = "1.1.4"
|
||||
|
||||
|
||||
def app(root=None,
|
||||
|
Loading…
Reference in New Issue
Block a user