Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Dec 13, 2023
1 parent 1435b5d commit 5e07e65
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ History

.. towncrier release notes start
2.0.0 (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)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/182.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/188.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/192.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.1.dev1"
__version__ = "2.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 5e07e65

Please sign in to comment.