diff --git a/HISTORY.rst b/HISTORY.rst index c83fd55..bb6a7c9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +0.4.0 (2025-01-17) +================== + +Bugfixes +-------- + +- Fix docs build, drop support for Django < 4.2 and python < 3.10 (#64) + + 0.3.0 (2023-11-09) ================== diff --git a/app_enabler/__init__.py b/app_enabler/__init__.py index 0473233..a02f742 100644 --- a/app_enabler/__init__.py +++ b/app_enabler/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" __author__ = "Iacopo Spalletti " diff --git a/changes/64.bugfix b/changes/64.bugfix deleted file mode 100644 index 7d45448..0000000 --- a/changes/64.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix docs build, drop support for Django < 4.2 and python < 3.10 diff --git a/pyproject.toml b/pyproject.toml index 689a931..678f854 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.3.0" +current_version = "0.4.0" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)