From 51949ad0f0c84b36382a370d202b8d6c0aac01d2 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:09:28 -0400 Subject: docs(Added-to-docs): Added info to docs displaying each of the two developments --- .bumpversion.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .bumpversion.toml (limited to '.bumpversion.toml') diff --git a/.bumpversion.toml b/.bumpversion.toml new file mode 100644 index 0000000..ef053e9 --- /dev/null +++ b/.bumpversion.toml @@ -0,0 +1,21 @@ +[tool.bumpversion] +current_version = "0.4.5" +parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" +serialize = ["{major}.{minor}.{patch}"] +search = "{current_version}" +replace = "{new_version}" +regex = false +ignore_missing_version = false +ignore_missing_files = false +tag = true +sign_tags = false +tag_name = "v{new_version}" +tag_message = "Bump version: {current_version} → {new_version}" +allow_dirty = true +commit = false +message = "Bump version: {current_version} → {new_version}" +moveable_tags = [] +commit_args = "--no-verify" +setup_hooks = [] +pre_commit_hooks = [] +post_commit_hooks = [] -- cgit v1.2.3