diff --git a/HISTORY.rst b/HISTORY.rst index ded30f5..614549b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,21 @@ History .. towncrier release notes start +1.4.1 (2023-09-20) +================== + +Features +-------- + +- Migrate to bump-my-version, fix python/django/djangocms versions in README (#176) + + +Bugfixes +-------- + +- Update filer dependency to avoid migration error from 155.feature (#173) + + 1.4.0 (2023-08-31) ================== diff --git a/changes/173.bugfix b/changes/173.bugfix deleted file mode 100644 index 3a03e95..0000000 --- a/changes/173.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update filer dependency to avoid migration error from 155.feature diff --git a/changes/176.feature b/changes/176.feature deleted file mode 100644 index 1f2effa..0000000 --- a/changes/176.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate to bump-my-version, fix python/django/djangocms versions in README diff --git a/djangocms_page_meta/__init__.py b/djangocms_page_meta/__init__.py index 2cdc41b..6d8f519 100644 --- a/djangocms_page_meta/__init__.py +++ b/djangocms_page_meta/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.1.dev1" +__version__ = "1.4.1" __author__ = "Iacopo Spalletti " diff --git a/pyproject.toml b/pyproject.toml index e146926..1bef0fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "1.4.1.dev1" +current_version = "1.4.1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)