better naming in doc

This commit is contained in:
Manuel Barkhau 2019-02-21 15:53:33 +01:00
parent 37120111b7
commit 2676dbcaf4

View file

@ -143,7 +143,7 @@ setup.cfg =
current_version = {pycalver} current_version = {pycalver}
setup.py = setup.py =
version="{pep440_pycalver}" version="{pep440_pycalver}"
src/myproject_v*/__init__.py = src/mymodule_v*/__init__.py =
__version__ = "{pycalver}" __version__ = "{pycalver}"
README.md = README.md =
[PyCalVer {calver}{build}{release}] [PyCalVer {calver}{build}{release}]
@ -167,14 +167,14 @@ INFO - New Version: v201902.0002-beta
+[![Version v201902.0002][version_img]][version_ref] +[![Version v201902.0002][version_img]][version_ref]
[![PyPI Releases][pypi_img]][pypi_ref] [![PyPI Releases][pypi_img]][pypi_ref]
--- src/myproject_v1/__init__.py --- src/mymodule_v1/__init__.py
+++ src/myproject_v1/__init__.py +++ src/mymodule_v1/__init__.py
@@ -1,1 +1,1 @@ @@ -1,1 +1,1 @@
-__version__ = "v201901.0001-beta" -__version__ = "v201901.0001-beta"
+__version__ = "v201902.0002-beta" +__version__ = "v201902.0002-beta"
--- src/myproject_v2/__init__.py --- src/mymodule_v2/__init__.py
+++ src/myproject_v2/__init__.py +++ src/mymodule_v2/__init__.py
@@ -1,1 +1,1 @@ @@ -1,1 +1,1 @@
-__version__ = "v201901.0001-beta" -__version__ = "v201901.0001-beta"
+__version__ = "v201902.0002-beta" +__version__ = "v201902.0002-beta"