From d267a246c68bd549bce6e00dafdacf166a6c6beb Mon Sep 17 00:00:00 2001 From: Geuthur Date: Thu, 28 May 2026 17:00:58 +0200 Subject: [PATCH] [RELEASE] v3.0.1 --- CHANGELOG.md | 9 ++++++++- killstats/__init__.py | 2 +- killstats/locale/django.pot | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4965272..6fb823e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Section Order: ### Removed --> +## [3.0.1] - 28.05.2026 + +### Fixed + +- Import Error for Exception + ## [3.0.0] - 2026-05-09 > [!IMPORTANT] @@ -544,4 +550,5 @@ As of August 2025 zKB redis has changed their request limitations [see here](htt [2.0.5]: https://github.com/Geuthur/aa-killstats/compare/v2.0.4...v2.0.5 "2.0.5" [2.0.6]: https://github.com/Geuthur/aa-killstats/compare/v2.0.5...v2.0.6 "2.0.6" [3.0.0]: https://github.com/Geuthur/aa-killstats/compare/v2.0.6...v3.0.0 "3.0.0" -[in development]: https://github.com/Geuthur/aa-killstats/compare/v3.0.0...HEAD "In Development" +[3.0.1]: https://github.com/Geuthur/aa-killstats/compare/v3.0.0...v3.0.1 "3.0.1" +[in development]: https://github.com/Geuthur/aa-killstats/compare/v3.0.1...HEAD "In Development" diff --git a/killstats/__init__.py b/killstats/__init__.py index 7cc9bef..c6109a4 100644 --- a/killstats/__init__.py +++ b/killstats/__init__.py @@ -1,6 +1,6 @@ """Initialize the app""" -__version__ = "3.0.0" +__version__ = "3.0.1" __title__ = "Killstats" __package_name__ = "aa-killstats" diff --git a/killstats/locale/django.pot b/killstats/locale/django.pot index 92f97c7..ec2ccbe 100644 --- a/killstats/locale/django.pot +++ b/killstats/locale/django.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: AA Killstats \n" "Report-Msgid-Bugs-To: https://github.com/Geuthur/aa-killstats/issues\n" -"POT-Creation-Date: 2026-05-09 11:06+0200\n" +"POT-Creation-Date: 2026-05-28 16:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,24 +167,24 @@ msgstr "" msgid "No data found..." msgstr "" -#: killstats/views.py:151 +#: killstats/views.py:150 #, python-brace-format msgid "{alliance_name} successfully added/updated to Killstats" msgstr "" -#: killstats/views.py:155 +#: killstats/views.py:154 #, python-brace-format msgid "Failed to fetch Alliance data for {alliance_name}" msgstr "" -#: killstats/views.py:211 +#: killstats/views.py:215 #, python-brace-format msgid "" "Killmail {killmail_id} already exists. Please check the killmail ID and try " "again." msgstr "" -#: killstats/views.py:226 +#: killstats/views.py:230 #, python-brace-format msgid "Killmail {killmail_id} has been added to Killstats." msgstr ""