Skip to content

Commit dabfe43

Browse files
authored
Merge pull request #165 from Geuthur/release
[RELEASE] v2.0.1
2 parents f25c4aa + 828fa2f commit dabfe43

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ Section Order:
1111
### Removed
1212
-->
1313

14+
## [2.0.1] - 2026-02-10
15+
16+
### Changed
17+
18+
- Updated Translation
19+
- Simplified German Translation for Requests
20+
21+
### Fixed
22+
23+
- Improved naming consistency in hints and modal text
24+
- ESI Retry Manager for `HTTPServer` Errors
25+
- Missing Migration
26+
- Handle RequestError in `retry_task_on_esi_error`
27+
28+
### Removed
29+
30+
- HTTPServer Catch in `update_section_if_changed`
31+
1432
## [2.0.0] - 2025-12-31
1533

1634
> [!WARNING]
@@ -733,5 +751,6 @@ python manage.py taxsystem_migrate_payments
733751
[2.0.0-beta.4]: https://github.com/Geuthur/aa-taxsystem/compare/v1.0.2...v2.0.0-beta.4 "2.0.0-beta.4"
734752
[2.0.0-beta.5]: https://github.com/Geuthur/aa-taxsystem/compare/v1.0.2...v2.0.0-beta.5 "2.0.0-beta.5"
735753
[2.0.0-beta.6]: https://github.com/Geuthur/aa-taxsystem/compare/v1.0.2...v2.0.0-beta.6 "2.0.0-beta.6"
736-
[in development]: https://github.com/Geuthur/aa-taxsystem/compare/v2.0.0...HEAD "In Development"
754+
[2.0.1]: https://github.com/Geuthur/aa-taxsystem/compare/v2.0.0...v2.0.1 "2.0.1"
755+
[in development]: https://github.com/Geuthur/aa-taxsystem/compare/v2.0.1...HEAD "In Development"
737756
[report any issues]: https://github.com/Geuthur/aa-taxsystem/issues "report any issues"

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.0"
3+
__version__ = "2.0.1"
44
__title__ = "Tax System"
55

66
__package_name__ = "aa-taxsystem"

taxsystem/locale/django.pot

Lines changed: 1 addition & 1 deletion
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-10 07:19+0100\n"
11+
"POT-Creation-Date: 2026-02-10 08:44+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"

0 commit comments

Comments
 (0)