Bump v2.5.6 - Patches for #1716 & #1720

This commit is contained in:
Anton Hvornum 2023-04-10 09:25:13 +02:00
parent 0109b83597
commit cbd4664127
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ from .lib.configuration import *
from .lib.udev import udevadm_info from .lib.udev import udevadm_info
parser = ArgumentParser() parser = ArgumentParser()
__version__ = "2.5.5" __version__ = "2.5.6"
storage['__version__'] = __version__ storage['__version__'] = __version__
# add the custome _ as a builtin, it can now be used anywhere in the # add the custome _ as a builtin, it can now be used anywhere in the