chore(ver): bump 1.2.2.dev0-->1.2.2

This commit is contained in:
Matthew Planchard 2018-06-12 20:15:11 -05:00
parent 99d4f23ffb
commit 17e7f9c1b6
2 changed files with 3 additions and 3 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.2.dev0
:Version: 1.2.2
:Date: 2018-06-12 11:49:30
:Source: https://github.com/pypiserver/pypiserver
:PyPI: https://pypi.org/project/pypiserver/

@ -2,9 +2,9 @@ import os
import re as _re
import sys
version = __version__ = "1.2.2.dev0"
version = __version__ = "1.2.2"
__version_info__ = tuple(_re.split('[.-]', __version__))
__updated__ = "2018-06-11 20:48:35"
__updated__ = "2018-06-12 20:15:10"
__title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install."