Skip to content

Commit 64d3537

Browse files
committed
[RELEASE] v4.1.1
## [4.1.1] - 2026-07-06 ### Added - Support for Python 3.14 ### Changed - Translations updated
1 parent dfde3f8 commit 64d3537

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ Section Order:
4444

4545
<!-- Your changes go here -->
4646

47+
## [4.1.1] - 2026-07-06
48+
49+
### Added
50+
51+
- Support for Python 3.14
52+
53+
### Changed
54+
55+
- Translations updated
56+
4757
## [4.1.0] - 2026-06-24
4858

4959
### Fixed
@@ -830,6 +840,7 @@ Hopefully the last one before official release…
830840
[3.1.0]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.0.2...v3.1.0 "v3.1.0"
831841
[4.0.0]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.1.0...v4.0.0 "v4.0.0"
832842
[4.1.0]: https://github.com/ppfeufer/aa-intel-tool/compare/v4.0.0...v4.1.0 "v4.1.0"
833-
[in development]: https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.0...HEAD "In Development"
843+
[4.1.1]: https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.0...v4.1.1 "v4.1.1"
844+
[in development]: https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.1...HEAD "In Development"
834845
[keep a changelog]: http://keepachangelog.com/ "Keep a Changelog"
835846
[semantic versioning]: http://semver.org/ "Semantic Versioning"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth
8686
installation Then install the latest release directly from PyPi.
8787

8888
```shell
89-
pip install aa-intel-tool==4.1.0
89+
pip install aa-intel-tool==4.1.1
9090
```
9191

9292
### Step 2: Configure Alliance Auth<a name="step-2-configure-alliance-auth"></a>

aa_intel_tool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Django
66
from django.utils.translation import gettext_lazy as _
77

8-
__version__ = "4.1.0"
8+
__version__ = "4.1.1"
99
__title__ = "Intel Parser"
1010
__title_translated__ = _("Intel Parser")
1111
__verbose_name__ = "Intel Parser for Alliance Auth"

aa_intel_tool/locale/django.pot

Lines changed: 2 additions & 2 deletions
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 3.1.0\n"
9+
"Project-Id-Version: AA Intel Tool 4.1.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11-
"POT-Creation-Date: 2026-06-02 13:56+0200\n"
11+
"POT-Creation-Date: 2026-07-06 22:54+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)