Skip to content

Commit e004ed9

Browse files
authored
Release version 0.15.3 (#116)
1 parent 6daf837 commit e004ed9

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ the one you find pypi, but its the one in development.
77
dev
88
=====
99

10+
0.15.3
11+
=====
12+
* Fix type invariance causing too strict typing
13+
1014
0.15.2
1115
=====
1216
* Add E2E testing infrastructure using mkosi for running tests in a real systemd environment

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.2"
7+
version = "0.15.3"
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.2"
15+
__version__ = "0.15.3"
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.2",
66+
version="0.15.3",
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)