mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
prepare 0.6.1 release: up version, update docs
This commit is contained in:
parent
83bba2154f
commit
e5a39b0de0
@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
|
||||
|
||||
:Authors: Ralf Schmitt <ralf@systemexit.de>
|
||||
:Version: 0.6.0
|
||||
:Date: 2012-06-14
|
||||
:Version: 0.6.1
|
||||
:Date: 2012-08-07
|
||||
:Download: http://pypi.python.org/pypi/pypiserver#downloads
|
||||
:Code: https://github.com/schmir/pypiserver
|
||||
|
||||
@ -390,6 +390,11 @@ EggBasket (http://pypi.python.org/pypi/EggBasket)
|
||||
|
||||
Changelog
|
||||
=========
|
||||
0.6.1 (2012-08-07)
|
||||
------------------
|
||||
- make 'python setup.py register' work
|
||||
- added init scripts to start pypiserver on ubuntu/opensuse
|
||||
|
||||
0.6.0 (2012-06-14)
|
||||
------------------
|
||||
- make pypiserver work with pip on windows
|
||||
|
@ -1,5 +1,5 @@
|
||||
__version_info__ = (0, 6, 0)
|
||||
version = __version__ = "0.6.0"
|
||||
__version_info__ = (0, 6, 1)
|
||||
version = __version__ = "0.6.1"
|
||||
|
||||
|
||||
def app(root=None,
|
||||
|
Loading…
Reference in New Issue
Block a user