Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
dbus-python-client-gen 0.8.4
============================
Recommended development environment: Fedora 42

- Allow passing timeout value to a generated D-Bus function:
https://github.com/stratis-storage/dbus-python-client-gen/pull/119

- Remove license classifier deprecated by PEP 639:
https://github.com/stratis-storage/dbus-python-client-gen/pull/112

- Tidies and Maintenance:
https://github.com/stratis-storage/dbus-python-client-gen/pull/120
https://github.com/stratis-storage/dbus-python-client-gen/pull/118
https://github.com/stratis-storage/dbus-python-client-gen/pull/117
https://github.com/stratis-storage/dbus-python-client-gen/pull/116
https://github.com/stratis-storage/dbus-python-client-gen/pull/115
https://github.com/stratis-storage/dbus-python-client-gen/pull/114
https://github.com/stratis-storage/dbus-python-client-gen/pull/113
https://github.com/stratis-storage/dbus-python-client-gen/pull/110
https://github.com/stratis-storage/dbus-python-client-gen/pull/108
https://github.com/stratis-storage/dbus-python-client-gen/pull/106
https://github.com/stratis-storage/dbus-python-client-gen/pull/105
https://github.com/stratis-storage/dbus-python-client-gen/pull/104
https://github.com/stratis-storage/dbus-python-client-gen/pull/103
https://github.com/stratis-storage/dbus-python-client-gen/pull/102
https://github.com/stratis-storage/dbus-python-client-gen/pull/101
https://github.com/stratis-storage/dbus-python-client-gen/pull/100
https://github.com/stratis-storage/dbus-python-client-gen/pull/99
https://github.com/stratis-storage/dbus-python-client-gen/pull/98
https://github.com/stratis-storage/dbus-python-client-gen/pull/97
https://github.com/stratis-storage/dbus-python-client-gen/pull/96
https://github.com/stratis-storage/dbus-python-client-gen/pull/95


dbus-python-client-gen 0.8.3
============================
Recommended development environment: Fedora 38
Expand Down
2 changes: 1 addition & 1 deletion src/dbus_python_client_gen/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
.. moduleauthor:: mulhern <amulhern@redhat.com>
"""

__version__ = "0.8.3"
__version__ = "0.8.4"
__version_info__ = tuple(int(x) for x in __version__.split("."))