We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192fe02 commit 8e1e154Copy full SHA for 8e1e154
.github/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [4.4.4](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.4)
4
+- Little fixes
5
+
6
## [4.4.3](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.3)
7
- Fixed client results management in case of errors
8
- Removed support for Python 3.7
docs/conf.py
@@ -13,7 +13,7 @@
13
import os
14
import sys
15
16
-VERSION = "4.4.3"
+VERSION = "4.4.4"
17
GITHUB_URL = "https://github.com/intelowlproject/pyintelowl"
18
19
sys.path.append(os.path.abspath("../"))
pyintelowl/version.py
@@ -1 +1 @@
-__version__ = "4.4.3"
+__version__ = "4.4.4"
0 commit comments