We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e042cd5 commit 462643dCopy full SHA for 462643d
CHANGELOG.md
@@ -35,13 +35,16 @@ Section Order:
35
### Security
36
-->
37
38
+## [2.5.0] - 2025-01-24
39
+
40
### Added
41
42
- SRI hash calculation for static files
43
44
### Changed
45
46
- Set user agent according to MDN guidelines
47
+- Translations updated
48
- Minimum requirements:
49
- Alliance Auth>=4.6.0
50
esistatus/__init__.py
@@ -5,5 +5,5 @@
5
# Django
6
from django.utils.translation import gettext_lazy as _
7
8
-__version__ = "2.4.3"
+__version__ = "2.5.0"
9
__title__ = _("ESI Status")
0 commit comments