We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae5e3 commit ab0da76Copy full SHA for ab0da76
lucit_licensing_python/manager.py
@@ -53,7 +53,7 @@ def __init__(self,
53
parent_shutdown_function: Callable[[bool], bool] = None,
54
needed_license_type: Optional[str] = None):
55
super().__init__()
56
- self.module_version: str = "1.8.2"
+ self.module_version: str = "1.8.2.dev"
57
self.parent_shutdown_function = parent_shutdown_function
58
self.is_started = start
59
self.sigterm = False
0 commit comments