Skip to content

Commit 2b64dec

Browse files
committed
[CHANGE] Version bumped to v2.1.0
1 parent 30ec67b commit 2b64dec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

38+
## \[2.1.0\] - 2024-04-21
39+
3840
### Added
3941

4042
- Total mass to ship class tables

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.0.0"
8+
__version__ = "2.1.0"
99
__title__ = _("Intel Parser")

0 commit comments

Comments
 (0)