forked from github.com/pypiserver
Bump v1.2.0b2(<--b1).
This commit is contained in:
parent
8b46f55d17
commit
508600bd07
@ -10,7 +10,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
|pypi-ver| |travis-status| |dependencies| |downloads-count| |python-ver| \
|
||||
|proj-license|
|
||||
|
||||
:Version: 1.2.0b1
|
||||
:Version: 1.2.0b2
|
||||
:Date: 2016-06-24
|
||||
:Source: https://github.com/pypiserver/pypiserver
|
||||
:PyPI: https://pypi.python.org/pypi/pypiserver
|
||||
|
@ -1,6 +1,6 @@
|
||||
import re as _re
|
||||
|
||||
version = __version__ = "1.2.0b1"
|
||||
version = __version__ = "1.2.0b2"
|
||||
__version_info__ = tuple(_re.split('[.-]', __version__))
|
||||
__updated__ = "2016-06-24"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user