Skip to content

Commit 8e1e154

Browse files
committed
bump
1 parent 192fe02 commit 8e1e154

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [4.4.4](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.4)
4+
- Little fixes
5+
36
## [4.4.3](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.3)
47
- Fixed client results management in case of errors
58
- Removed support for Python 3.7

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
import sys
1515

16-
VERSION = "4.4.3"
16+
VERSION = "4.4.4"
1717
GITHUB_URL = "https://github.com/intelowlproject/pyintelowl"
1818

1919
sys.path.append(os.path.abspath("../"))

pyintelowl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.4.3"
1+
__version__ = "4.4.4"

0 commit comments

Comments
 (0)