Bump v1.2.0b2(<--b1).

This commit is contained in:
Kostis Anagnostopoulos 2016-06-25 01:46:13 +02:00
parent 8b46f55d17
commit 508600bd07
2 changed files with 2 additions and 2 deletions

@ -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"