From 629e030f15edbfa6366d1989cf06551dfec94cc8 Mon Sep 17 00:00:00 2001 From: David Carlos Date: Apr 14 2018 14:25:19 +0000 Subject: New kiskadee release: 0.4.4. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2270f..1e34b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.4.4] - 2018-04-08 +### Added +- New test suites (unit, integration, functionals, api, plugins) +- initializer module, responsible for execute as processes runner and monitor. +### Changed +- Refactoring models, Runner and Monitor. +- All code that interacts with database was moved to the model.py module. +### Removed +- Useless tests. + ## [0.4.3] - 2018-03-07 ### Fixed - Configuration file system path. diff --git a/kiskadee/__init__.py b/kiskadee/__init__.py index 827f070..c4870fe 100644 --- a/kiskadee/__init__.py +++ b/kiskadee/__init__.py @@ -27,7 +27,7 @@ import configparser import logging import sys -__version__ = '0.4.4~dev' +__version__ = '0.4.5~dev' _my_path = os.path.dirname(os.path.realpath(__file__))