summaryrefslogtreecommitdiffstats
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 08:54:28 +0000
commit6d00c3409917c7e70712a27f95db827c8a11f857 (patch)
tree762c48b3d8990f19123df324f0b1a106ccfbbade /.bumpversion.cfg
parentAdding upstream version 0.8.1. (diff)
downloadeos-downloader-6d00c3409917c7e70712a27f95db827c8a11f857.tar.xz
eos-downloader-6d00c3409917c7e70712a27f95db827c8a11f857.zip
Adding upstream version 0.8.2.upstream/0.8.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r--.bumpversion.cfg24
1 files changed, 0 insertions, 24 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
deleted file mode 100644
index 9562ed5..0000000
--- a/.bumpversion.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-[bumpversion]
-commit = True
-tag = False
-tag_message = Bump version: {current_version} → {new_version}
-tag_name = v{new_version}
-current_version = 0.7.0
-parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|rc))+(?P<build>\d+))?
-serialize =
- {major}.{minor}.{patch}-{release}{build}
- {major}.{minor}.{patch}
-
-[bumpversion:part:release]
-first_value = dev
-optional_value = prod
-values =
- dev
- prod
-
-[bumpversion:part:build]
-first_value = 1
-
-[bumpversion:file:./eos_downloader/__init__.py]
-search = __version__ = '{current_version}'
-replace = __version__ = '{new_version}'