From cd923b0fa35495840815a711607870d86a25dfbb Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 7 Jun 2026 12:17:47 +0200 Subject: [PATCH] [RELEASE] v4.0.0 ## [4.0.0] - 2026-06-07 > [!IMPORTANT] > > **This version needs Alliance Auth v5!** > > Please make sure to update your Alliance Auth instance **before** you install this > version, otherwise an update to Alliance Auth will be pulled in unsupervised. ### Changed - Some minor responsiveness improvements to the result tables ### Removed - Support for Alliance Auth v4 --- CHANGELOG.md | 5 ++++- README.md | 2 +- aa_intel_tool/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc92bcd..4f2be0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ Section Order: +## [4.0.0] - 2026-06-07 + > [!IMPORTANT] > > **This version needs Alliance Auth v5!** @@ -819,6 +821,7 @@ Hopefully the last one before official release… [3.0.1]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.0.0...v3.0.1 "v3.0.1" [3.0.2]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.0.1...v3.0.2 "v3.0.2" [3.1.0]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.0.2...v3.1.0 "v3.1.0" -[in development]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.1.0...HEAD "In Development" +[4.0.0]: https://github.com/ppfeufer/aa-intel-tool/compare/v3.1.0...v4.0.0 "v4.0.0" +[in development]: https://github.com/ppfeufer/aa-intel-tool/compare/v4.0.0...HEAD "In Development" [keep a changelog]: http://keepachangelog.com/ "Keep a Changelog" [semantic versioning]: http://semver.org/ "Semantic Versioning" diff --git a/README.md b/README.md index f5993874..ad29daa6 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi. ```shell -pip install aa-intel-tool==3.1.0 +pip install aa-intel-tool==4.0.0 ``` ### Step 2: Configure Alliance Auth diff --git a/aa_intel_tool/__init__.py b/aa_intel_tool/__init__.py index 36562715..18358c87 100644 --- a/aa_intel_tool/__init__.py +++ b/aa_intel_tool/__init__.py @@ -5,7 +5,7 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "3.1.0" +__version__ = "4.0.0" __title__ = "Intel Parser" __title_translated__ = _("Intel Parser") __verbose_name__ = "Intel Parser for Alliance Auth"