Skip to content

Commit e993135

Browse files
authored
Merge pull request #114 from aleivag/release-0.15.2
Release version 0.15.2
2 parents 39f4381 + b9f77c5 commit e993135

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ the one you find pypi, but its the one in development.
66

77
dev
88
=====
9+
10+
0.15.2
11+
=====
912
* Add E2E testing infrastructure using mkosi for running tests in a real systemd environment
1013
* Improve type annotations throughout pystemd, modernizing to Python 3.10+ syntax
1114
* Add AmbientCapabilities to systemd1 KNOWN_UNIT_SIGNATURES

pyproject.toml

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

55
[project]
66
name = "pystemd"
7-
version = "0.15.1"
7+
version = "0.15.2"
88
readme = "README.md"
99
description="A systemd binding for python"
1010
requires-python=">=3.11"

pystemd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
# during development this version is always at least "one up" the
1414
# latest release.
15-
__version__ = "0.15.1"
15+
__version__ = "0.15.2"
1616

1717
sys.modules[__name__] = __version__ # type: ignore

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
setup(
6565
name="pystemd",
66-
version="0.15.1",
66+
version="0.15.2",
6767
author="Alvaro Leiva Geisse",
6868
author_email="aleivag@gmail.com",
6969
packages=["pystemd", "pystemd.systemd1", "pystemd.machine1", "pystemd.DBus"],

0 commit comments

Comments
 (0)