diff --git a/HISTORY.rst b/HISTORY.rst index d0e3b36..945a4de 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +0.7.2 (2023-09-26) +================== + +Features +-------- + +- Migrate to bump-my-version (#56) + + 0.7.1 (2023-08-11) ================== diff --git a/changes/56.feature b/changes/56.feature deleted file mode 100644 index 7a2f2f7..0000000 --- a/changes/56.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate to bump-my-version diff --git a/djangocms_redirect/__init__.py b/djangocms_redirect/__init__.py index ab5d976..bc8c296 100644 --- a/djangocms_redirect/__init__.py +++ b/djangocms_redirect/__init__.py @@ -1 +1 @@ -__version__ = "0.7.2.dev1" +__version__ = "0.7.2" diff --git a/pyproject.toml b/pyproject.toml index 3d05395..c61a624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "0.7.2.dev1" +current_version = "0.7.2" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)