Skip to content

Commit 1664eea

Browse files
authored
Merge pull request #121 from mulkieran/version-0.8.4
New version: 0.8.4
2 parents 32774b5 + af888f0 commit 1664eea

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
dbus-python-client-gen 0.8.4
2+
============================
3+
Recommended development environment: Fedora 42
4+
5+
- Allow passing timeout value to a generated D-Bus function:
6+
https://github.com/stratis-storage/dbus-python-client-gen/pull/119
7+
8+
- Remove license classifier deprecated by PEP 639:
9+
https://github.com/stratis-storage/dbus-python-client-gen/pull/112
10+
11+
- Tidies and Maintenance:
12+
https://github.com/stratis-storage/dbus-python-client-gen/pull/120
13+
https://github.com/stratis-storage/dbus-python-client-gen/pull/118
14+
https://github.com/stratis-storage/dbus-python-client-gen/pull/117
15+
https://github.com/stratis-storage/dbus-python-client-gen/pull/116
16+
https://github.com/stratis-storage/dbus-python-client-gen/pull/115
17+
https://github.com/stratis-storage/dbus-python-client-gen/pull/114
18+
https://github.com/stratis-storage/dbus-python-client-gen/pull/113
19+
https://github.com/stratis-storage/dbus-python-client-gen/pull/110
20+
https://github.com/stratis-storage/dbus-python-client-gen/pull/108
21+
https://github.com/stratis-storage/dbus-python-client-gen/pull/106
22+
https://github.com/stratis-storage/dbus-python-client-gen/pull/105
23+
https://github.com/stratis-storage/dbus-python-client-gen/pull/104
24+
https://github.com/stratis-storage/dbus-python-client-gen/pull/103
25+
https://github.com/stratis-storage/dbus-python-client-gen/pull/102
26+
https://github.com/stratis-storage/dbus-python-client-gen/pull/101
27+
https://github.com/stratis-storage/dbus-python-client-gen/pull/100
28+
https://github.com/stratis-storage/dbus-python-client-gen/pull/99
29+
https://github.com/stratis-storage/dbus-python-client-gen/pull/98
30+
https://github.com/stratis-storage/dbus-python-client-gen/pull/97
31+
https://github.com/stratis-storage/dbus-python-client-gen/pull/96
32+
https://github.com/stratis-storage/dbus-python-client-gen/pull/95
33+
34+
135
dbus-python-client-gen 0.8.3
236
============================
337
Recommended development environment: Fedora 38

src/dbus_python_client_gen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
.. moduleauthor:: mulhern <amulhern@redhat.com>
99
"""
1010

11-
__version__ = "0.8.3"
11+
__version__ = "0.8.4"
1212
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)