diff --git a/HISTORY.rst b/HISTORY.rst index ef1c047..417b672 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,22 @@ History .. towncrier release notes start +2.4.1 (2023-12-13) +================== + +Features +-------- + +- Remove useless "else" statements. (#182) +- Switch to Coveralls Github action (#188) + + +Bugfixes +-------- + +- Refactor FullUrlMixin get_domain to handle django.contrib.sites not in INSTALLED_APPS (#192) + + 2.4.0 (2023-09-25) ================== diff --git a/changes/182.feature b/changes/182.feature deleted file mode 100644 index 0ac479c..0000000 --- a/changes/182.feature +++ /dev/null @@ -1 +0,0 @@ -Remove useless "else" statements. diff --git a/changes/188.feature b/changes/188.feature deleted file mode 100644 index ac23805..0000000 --- a/changes/188.feature +++ /dev/null @@ -1 +0,0 @@ -Switch to Coveralls Github action diff --git a/changes/192.bugfix b/changes/192.bugfix deleted file mode 100644 index 2fdd196..0000000 --- a/changes/192.bugfix +++ /dev/null @@ -1 +0,0 @@ -Refactor FullUrlMixin get_domain to handle django.contrib.sites not in INSTALLED_APPS diff --git a/meta/__init__.py b/meta/__init__.py index 777cd67..54499df 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1 +1 @@ -__version__ = "2.4.1.dev1" +__version__ = "2.4.1" diff --git a/pyproject.toml b/pyproject.toml index 14ab37e..8d711f2 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 = "2.4.1.dev1" +current_version = "2.4.1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)