Finished MySQL database module as early release. (0.25.0)

This commit is contained in:
Johannes Findeisen 2023-08-22 00:00:16 +02:00
commit c429619040
260 changed files with 76 additions and 2189 deletions

View file

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