Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Section Order:

<!-- Your changes go here -->

## [4.0.0] - 2026-06-07

> [!IMPORTANT]
>
> **This version needs Alliance Auth v5!**
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<a name="step-2-configure-alliance-auth"></a>
Expand Down
2 changes: 1 addition & 1 deletion aa_intel_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading