mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
chore(ver): bump 1.2.3-->1.2.4
This commit is contained in:
parent
17703fd817
commit
523c33007a
@ -9,7 +9,7 @@ pypiserver - minimal PyPI server for use with pip/easy_install
|
||||
==============================================================================
|
||||
|pypi-ver| |travis-status| |dependencies| |python-ver| |proj-license|
|
||||
|
||||
:Version: 1.2.3
|
||||
:Version: 1.2.4
|
||||
:Date: 2018-08-04 11:49:30
|
||||
:Source: https://github.com/pypiserver/pypiserver
|
||||
:PyPI: https://pypi.org/project/pypiserver/
|
||||
@ -335,7 +335,7 @@ use it like this::
|
||||
Using the Docker Image
|
||||
======================
|
||||
|
||||
Starting with version 1.2.3, official Docker images will be built for each
|
||||
Starting with version 1.2.4, official Docker images will be built for each
|
||||
push to master, each dev, alpha, or beta release, and each final release.
|
||||
The most recent full release will always be available under the tag ``latest``,
|
||||
and the current master branch will always be available under the tag
|
||||
|
@ -2,9 +2,9 @@ import os
|
||||
import re as _re
|
||||
import sys
|
||||
|
||||
version = __version__ = "1.2.3"
|
||||
version = __version__ = "1.2.4"
|
||||
__version_info__ = tuple(_re.split('[.-]', __version__))
|
||||
__updated__ = "2018-08-04 12:31:43"
|
||||
__updated__ = "2018-08-06 17:25:45"
|
||||
|
||||
__title__ = "pypiserver"
|
||||
__summary__ = "A minimal PyPI server for use with pip/easy_install."
|
||||
|
Loading…
Reference in New Issue
Block a user