File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ Section Order:
1111### Removed
1212-->
1313
14+ ## Description
15+
16+ ## [ 3.0.0] - 2026-03-17
17+
18+ ### Removed
19+
20+ - ` django-eveuniverse ` dependency
21+
22+ > [ !WARNING]
23+ >
24+ > If you are not having already follow all instructions for v2.0.2 you need to do that now, otherwise this version will not work!
25+
26+ You can install the previous version with
27+
28+ ``` shell
29+ pip install aa-taxsystem==2.0.2
30+ ```
31+
32+ Follow the [ Instructions] ( https://github.com/Geuthur/aa-taxsystem/blob/master/CHANGELOG.md#202---2026-02-26 ) and then upgrade to v3
33+
1434### Removed
1535
1636- ` django-eveuniverse ` dependency
@@ -775,5 +795,6 @@ python manage.py taxsystem_migrate_payments
775795[ 2.0.1 ] : https://github.com/Geuthur/aa-taxsystem/compare/v2.0.0...v2.0.1 " 2.0.1 "
776796[ 2.0.2 ] : https://github.com/Geuthur/aa-taxsystem/compare/v2.0.1...v2.0.2 " 2.0.2 "
777797[ 2.0.2.1 ] : https://github.com/Geuthur/aa-taxsystem/compare/v2.0.2...v2.0.2.1 " 2.0.2.1 "
778- [ in development ] : https://github.com/Geuthur/aa-taxsystem/compare/v2.0.2.1...HEAD " In Development "
798+ [ 3.0.0 ] : https://github.com/Geuthur/aa-taxsystem/compare/v2.0.2.1...v3.0.0 " 3.0.0 "
799+ [ in development ] : https://github.com/Geuthur/aa-taxsystem/compare/v3.0.0...HEAD " In Development "
779800[ report any issues ] : https://github.com/Geuthur/aa-taxsystem/issues " report any issues "
Original file line number Diff line number Diff line change 11"""Initialize the app"""
22
3- __version__ = "2 .0.2.1 "
3+ __version__ = "3 .0.0 "
44__title__ = "Tax System"
55
66__package_name__ = "aa-taxsystem"
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : AA Tax System \n "
1010"Report-Msgid-Bugs-To : https://github.com/Geuthur/aa-taxsystem/issues\n "
11- "POT-Creation-Date : 2026-02-26 10:36 +0100\n "
11+ "POT-Creation-Date : 2026-03-17 06:45 +0100\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 "
@@ -386,12 +386,12 @@ msgstr ""
386386msgid "Enter filter set description"
387387msgstr ""
388388
389- #: taxsystem/managers/wallet_manager.py:268
389+ #: taxsystem/managers/wallet_manager.py:266
390390msgid "Master Wallet"
391391msgstr ""
392392
393- #: taxsystem/managers/wallet_manager.py:270
394- #: taxsystem/managers/wallet_manager.py:297
393+ #: taxsystem/managers/wallet_manager.py:268
394+ #: taxsystem/managers/wallet_manager.py:295
395395msgid "Unknown"
396396msgstr ""
397397
You can’t perform that action at this time.
0 commit comments