Tons of refactoring and implemented basic task execution. There are lot of bugs and features not working anymore. DO NOT USE!. (0.22.0)

This commit is contained in:
Johannes Findeisen 2023-08-20 22:51:39 +02:00
commit 681475f274
31 changed files with 278 additions and 259 deletions

View file

@ -18,7 +18,7 @@ from linspector.environment import Environment
from linspector.linspector import Linspector
from linspector.monitors import Monitors
__version__ = '0.21.9'
__version__ = '0.22.0'
__author__ = 'Johannes Findeisen <you@hanez.org>'