From 59484b95d5ac9ddcbbc052e386dd7926d90c683a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 7 Jul 2026 10:24:45 +0200 Subject: [PATCH] [RELEASE] v5.0.1 ## [5.0.1] - 2026-07-07 ### Added - Support for Python 3.14 ### Changed - Translations updated --- CHANGELOG.md | 13 ++++++++++++- README.md | 8 ++++---- sovtimer/__init__.py | 2 +- sovtimer/locale/django.pot | 4 ++-- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6904d9ea..80d2143f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,16 @@ Section Order: +## [5.0.1] - 2026-07-07 + +### Added + +- Support for Python 3.14 + +### Changed + +- Translations updated + ## [5.0.0] - 2026-06-07 > [!IMPORTANT] @@ -1109,5 +1119,6 @@ And restart your supervisor. [4.1.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v4.0.3...v4.1.0 "v4.1.0" [4.2.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v4.1.0...v4.2.0 "v4.2.0" [5.0.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v4.2.0...v5.0.0 "v5.0.0" +[5.0.1]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.0...v5.0.1 "v5.0.1" [alliance auth 3.0.0 release notes]: https://gitlab.com/allianceauth/allianceauth/-/tags/v3.0.0 "Alliance Auth 3.0.0 release notes" -[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.0...HEAD "In Development" +[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.1...HEAD "In Development" diff --git a/README.md b/README.md index ffe98dea..3c0beaff 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install Then install the latest version: ```shell -pip install aa-sov-timer==5.0.0 +pip install aa-sov-timer==5.0.1 ``` #### Step 2: Update Your AA Settings @@ -168,7 +168,7 @@ Once you have completed all previous steps, restart your AA supervisor service t Add the app to your `conf/requirements.txt`: ```text -aa-sov-timer==5.0.0 +aa-sov-timer==5.0.1 ``` #### Step 2: Update Your AA Settings @@ -265,7 +265,7 @@ Then run the following commands from your AA project directory (the one that contains `manage.py`). ```shell -pip install aa-sov-timer==5.0.0 +pip install aa-sov-timer==5.0.1 python manage.py collectstatic python manage.py migrate @@ -278,7 +278,7 @@ Finally, restart your AA supervisor service. To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version. ```text -aa-sov-timer==5.0.0 +aa-sov-timer==5.0.1 ``` Now rebuild your containers and restart them: diff --git a/sovtimer/__init__.py b/sovtimer/__init__.py index 31404ce2..389ff62d 100644 --- a/sovtimer/__init__.py +++ b/sovtimer/__init__.py @@ -5,7 +5,7 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "5.0.0" +__version__ = "5.0.1" __title__ = "Sovereignty Timer" __title_translated__ = _("Sovereignty Timer") diff --git a/sovtimer/locale/django.pot b/sovtimer/locale/django.pot index bb8f0cc4..496793c8 100644 --- a/sovtimer/locale/django.pot +++ b/sovtimer/locale/django.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: AA Sov Timer 4.2.0\n" +"Project-Id-Version: AA Sov Timer 5.0.1\n" "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n" -"POT-Creation-Date: 2026-06-02 18:21+0200\n" +"POT-Creation-Date: 2026-07-07 10:23+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"