Skip to content

Commit

Permalink
[CHANGE] Version bumped to v2.5.0
Browse files Browse the repository at this point in the history
- Switch to `django-solo` to provide the singleton for the settings model, instead of the custom implementation
  • Loading branch information
ppfeufer committed Sep 19, 2024
1 parent c541b65 commit ed2ddb3
Show file tree
Hide file tree
Showing 16 changed files with 1,031 additions and 1,029 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Section Order:
### Security
-->

## \[2.5.0\] - 2024-09-19

### Changed

- Switch to `django-solo` to provide the singleton for the settings model, instead of the custom implementation
Expand Down
2 changes: 1 addition & 1 deletion aasrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.4.0"
__version__ = "2.5.0"
__title__ = _("Ship Replacement")
Loading

0 comments on commit ed2ddb3

Please sign in to comment.