From 0a8e03625494e5397a3f7491411f605832ecf217 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Mon, 18 Dec 2023 09:10:05 -0600 Subject: [PATCH] Version updated from 0.15.0 to 0.15.1 --- CHANGELOG.md | 4 ++-- bumpversion/__init__.py | 2 +- docsrc/reference/bumpversion/bumpversion.md | 2 +- pyproject.toml | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f07de2..ae8e42de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## Unreleased (2023-12-18) -[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.0...HEAD) +## 0.15.1 (2023-12-18) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.0...0.15.1) ### Fixes diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py index b90a12be..d8f37566 100644 --- a/bumpversion/__init__.py +++ b/bumpversion/__init__.py @@ -1,3 +1,3 @@ """Top-level package for bump-my-version.""" -__version__: str = "0.15.0" +__version__: str = "0.15.1" diff --git a/docsrc/reference/bumpversion/bumpversion.md b/docsrc/reference/bumpversion/bumpversion.md index ac20d224..af0e2712 100644 --- a/docsrc/reference/bumpversion/bumpversion.md +++ b/docsrc/reference/bumpversion/bumpversion.md @@ -51,7 +51,7 @@ bumpversion.__main__ :canonical: bumpversion.__version__ :type: str :value: > - '0.15.0' + '0.15.1' ```{autodoc2-docstring} bumpversion.__version__ ``` diff --git a/pyproject.toml b/pyproject.toml index 72ed4693..e6c384fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -208,7 +208,7 @@ order-by-type = true convention = "google" [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.15.1" commit = true commit_args = "--no-verify" tag = true @@ -241,6 +241,7 @@ replace = "{current_version}...{new_version}" + [tool.pydoclint] style = "google" exclude = '\.git|tests'