From 2676dbcaf4ed5d245ee5c0318e1fea35f8c527dd Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 21 Feb 2019 15:53:33 +0100 Subject: [PATCH] better naming in doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2627d77..a6ff027 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ setup.cfg = current_version = {pycalver} setup.py = version="{pep440_pycalver}" -src/myproject_v*/__init__.py = +src/mymodule_v*/__init__.py = __version__ = "{pycalver}" README.md = [PyCalVer {calver}{build}{release}] @@ -167,14 +167,14 @@ INFO - New Version: v201902.0002-beta +[![Version v201902.0002][version_img]][version_ref] [![PyPI Releases][pypi_img]][pypi_ref] ---- src/myproject_v1/__init__.py -+++ src/myproject_v1/__init__.py +--- src/mymodule_v1/__init__.py ++++ src/mymodule_v1/__init__.py @@ -1,1 +1,1 @@ -__version__ = "v201901.0001-beta" +__version__ = "v201902.0002-beta" ---- src/myproject_v2/__init__.py -+++ src/myproject_v2/__init__.py +--- src/mymodule_v2/__init__.py ++++ src/mymodule_v2/__init__.py @@ -1,1 +1,1 @@ -__version__ = "v201901.0001-beta" +__version__ = "v201902.0002-beta"