Skip to content

Commit 702f0f0

Browse files
committed
v1.7.1063
1 parent 648f670 commit 702f0f0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

files/docker/systemctl3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from types import TracebackType
2929

3030
__copyright__: str = "(C) 2016-2026 Guido U. Draheim, licensed under the EUPL"
31-
__version__: str = "1.7.1062"
31+
__version__: str = "1.7.1063"
3232

3333
import logging
3434
logg: logging.Logger = logging.getLogger("systemctl")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "docker_systemctl_replacement"
9-
version = "1.7.1062"
9+
version = "1.7.1063"
1010
description = "allows to deploy to systemd-controlled containers without starting an actual systemd daemon"
1111
readme = { "file" = "share/README.md", content-type = "text/markdown" }
1212
license = "EUPL-1.2"

tests/testsuite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# pylint: disable=redefined-outer-name,unused-variable,bare-except,broad-exception-caught,pointless-statement,using-constant-test,logging-not-lazy,logging-format-interpolation,consider-using-f-string,possibly-unused-variable
99

1010
__copyright__ = "(C) Guido Draheim, licensed under the EUPL"""
11-
__version__ = "1.7.1062"
11+
__version__ = "1.7.1063"
1212

1313
# NOTE:
1414
# The testcases 1000...4999 are using a --root=subdir environment

0 commit comments

Comments
 (0)