Skip to content

Commit 56f68de

Browse files
authored
[RELEASE] v3.0.0 (#178)
* [RELEASE] v3.0.0 * [ADD] v3.0.0 link to changelog
1 parent cbab503 commit 56f68de

4 files changed

Lines changed: 27 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

aa-taxsystem-models.png

-123 KB
Loading

taxsystem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

taxsystem/locale/django.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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 ""
386386
msgid "Enter filter set description"
387387
msgstr ""
388388

389-
#: taxsystem/managers/wallet_manager.py:268
389+
#: taxsystem/managers/wallet_manager.py:266
390390
msgid "Master Wallet"
391391
msgstr ""
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
395395
msgid "Unknown"
396396
msgstr ""
397397

0 commit comments

Comments
 (0)