We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ec67b commit 2b64decCopy full SHA for 2b64dec
CHANGELOG.md
@@ -35,6 +35,8 @@ Section Order:
35
### Security
36
-->
37
38
+## \[2.1.0\] - 2024-04-21
39
+
40
### Added
41
42
- Total mass to ship class tables
aa_intel_tool/__init__.py
@@ -5,5 +5,5 @@
5
# Django
6
from django.utils.translation import gettext_lazy as _
7
8
-__version__ = "2.0.0"
+__version__ = "2.1.0"
9
__title__ = _("Intel Parser")
0 commit comments