mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
better naming in doc
This commit is contained in:
parent
37120111b7
commit
2676dbcaf4
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue