Skip to content

Commit 9f4f6cc

Browse files
committed
[CHANGE] Version bumped to v2.1.1
1 parent 4781cc7 commit 9f4f6cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Section Order:
3535
### Security
3636
-->
3737

38+
## \[2.1.1\] - 2024-05-16
39+
40+
### Changed
41+
42+
- Translations updated
43+
3844
## \[2.1.0\] - 2024-04-21
3945

4046
### Added

aa_intel_tool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# Django
66
from django.utils.translation import gettext_lazy as _
77

8-
__version__ = "2.1.0"
8+
__version__ = "2.1.1"
99
__title__ = _("Intel Parser")

0 commit comments

Comments
 (0)