Skip to content

Commit 817de4b

Browse files
committed
[RELEASE] v2.6.1
## [2.6.1] - 2025-03-07 ### Changed - Improve templatetag code - Use DataTables native translations instead of our own
1 parent ae2432c commit 817de4b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Section Order:
3535
### Security
3636
-->
3737

38+
## [2.6.1] - 2025-03-07
39+
3840
### Changed
3941

4042
- Improve templatetag code

aa-intel-tool-models.png

828 Bytes
Loading

aa_intel_tool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# Django
66
from django.utils.translation import gettext_lazy as _
77

8-
__version__ = "2.6.0"
8+
__version__ = "2.6.1"
99
__title__ = _("Intel Parser")

aa_intel_tool/locale/django.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: AA Intel Tool 2.6.0\n"
9+
"Project-Id-Version: AA Intel Tool 2.6.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11-
"POT-Creation-Date: 2025-03-07 14:23+0100\n"
11+
"POT-Creation-Date: 2025-03-07 15:55+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)