Version fix. 0.19.* must become the stable version. Not 0.20.

This commit is contained in:
Johannes Findeisen 2022-10-06 05:48:21 +02:00
commit 9dbd235938

View file

@ -35,7 +35,7 @@ from linspector.core.monitors import Monitors
logger = logging.getLogger('linspector')
# i currently only increase the 3rd number because the goal is that 0.20.* will become the first
# i currently only increase the 3rd number because the goal is that 0.19.* will become the first
# stable version.
__version__ = '0.19.36.dev1'
__author__ = 'Johannes Findeisen <you@hanez.org>'