forked from github.com/pypiserver
chore(ver): bump 1.5.0-->1.5.1
This commit is contained in:
parent
16280557c0
commit
249cc6c7c4
@ -9,7 +9,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
==============================================================================
|
||||
|pypi-ver| |test-status| |dependencies| |python-ver| |proj-license|
|
||||
|
||||
:Version: 1.5.0
|
||||
:Version: 1.5.1
|
||||
:Date: 2022-10-18
|
||||
:Source: https://github.com/pypiserver/pypiserver
|
||||
:PyPI: https://pypi.org/project/pypiserver/
|
||||
|
@ -7,9 +7,9 @@ import typing as t
|
||||
from pypiserver.bottle import Bottle
|
||||
from pypiserver.config import Config, RunConfig, strtobool
|
||||
|
||||
version = __version__ = "1.5.0"
|
||||
version = __version__ = "1.5.1"
|
||||
__version_info__ = tuple(_re.split("[.-]", __version__))
|
||||
__updated__ = "2022-05-01 22:36:22"
|
||||
__updated__ = "2022-10-18 16:06:16"
|
||||
|
||||
__title__ = "pypiserver"
|
||||
__summary__ = "A minimal PyPI server for use with pip/easy_install."
|
||||
|
Loading…
Reference in New Issue
Block a user