We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4781cc7 commit 9f4f6ccCopy full SHA for 9f4f6cc
CHANGELOG.md
@@ -35,6 +35,12 @@ Section Order:
35
### Security
36
-->
37
38
+## \[2.1.1\] - 2024-05-16
39
+
40
+### Changed
41
42
+- Translations updated
43
44
## \[2.1.0\] - 2024-04-21
45
46
### Added
aa_intel_tool/__init__.py
@@ -5,5 +5,5 @@
5
# Django
6
from django.utils.translation import gettext_lazy as _
7
8
-__version__ = "2.1.0"
+__version__ = "2.1.1"
9
__title__ = _("Intel Parser")
0 commit comments