mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
chore(ver): bump 2.0.0dev1-->1.5.0
This commit is contained in:
parent
4485902b6d
commit
e675ab71fd
@ -9,7 +9,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
|pypi-ver| |test-status| |dependencies| |python-ver| |proj-license|
|
|pypi-ver| |test-status| |dependencies| |python-ver| |proj-license|
|
||||||
|
|
||||||
:Version: 2.0.0dev1
|
:Version: 1.5.0
|
||||||
:Date: 2020-04-25
|
:Date: 2020-04-25
|
||||||
:Source: https://github.com/pypiserver/pypiserver
|
:Source: https://github.com/pypiserver/pypiserver
|
||||||
:PyPI: https://pypi.org/project/pypiserver/
|
:PyPI: https://pypi.org/project/pypiserver/
|
||||||
|
@ -7,9 +7,9 @@ import typing as t
|
|||||||
from pypiserver.bottle import Bottle
|
from pypiserver.bottle import Bottle
|
||||||
from pypiserver.config import Config, RunConfig, strtobool
|
from pypiserver.config import Config, RunConfig, strtobool
|
||||||
|
|
||||||
version = __version__ = "2.0.0dev1"
|
version = __version__ = "1.5.0"
|
||||||
__version_info__ = tuple(_re.split("[.-]", __version__))
|
__version_info__ = tuple(_re.split("[.-]", __version__))
|
||||||
__updated__ = "2020-10-11 11:23:15"
|
__updated__ = "2022-04-25 23:44:11"
|
||||||
|
|
||||||
__title__ = "pypiserver"
|
__title__ = "pypiserver"
|
||||||
__summary__ = "A minimal PyPI server for use with pip/easy_install."
|
__summary__ = "A minimal PyPI server for use with pip/easy_install."
|
||||||
|
Loading…
Reference in New Issue
Block a user