1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-12-20 13:55:49 +01:00

chore(ver): bump 1.5.1-->1.5.2

This commit is contained in:
Dmitrii Orlov 2023-07-30 23:18:51 +02:00
parent 9c2ebf9e60
commit faf5ddfcc3
No known key found for this signature in database
GPG Key ID: A5C683DE49E900B5
2 changed files with 3 additions and 3 deletions

@ -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.1
:Version: 1.5.2
:Date: 2023-07-30
: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.1"
version = __version__ = "1.5.2"
__version_info__ = tuple(_re.split("[.-]", __version__))
__updated__ = "2022-10-18 16:06:16"
__updated__ = "2023-07-30 23:18:50"
__title__ = "pypiserver"
__summary__ = "A minimal PyPI server for use with pip/easy_install."