Add bump2version

This commit is contained in:
Anna “CyberTailor” 2023-06-25 18:59:15 +05:00
parent 566ed38feb
commit 6016ffc79c
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
2 changed files with 14 additions and 0 deletions

11
.bumpversion.cfg Normal file
View File

@ -0,0 +1,11 @@
[bumpversion]
current_version = 0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
commit = True
tag = True
tag_name = {new_version}
sign_tags = True
[bumpversion:file:docs/conf.py]
[bumpversion:file:gentle/__init__.py]

3
.bumpversion.cfg.license Normal file
View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Anna <cyber@sysrq.in>
SPDX-License-Identifier: CC0-1.0