diff --git a/CHANGES.txt b/CHANGES.txt index ed5bb93..2f6b3d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/src/dbus_python_client_gen/_version.py b/src/dbus_python_client_gen/_version.py index 9afec7c..73a64dc 100644 --- a/src/dbus_python_client_gen/_version.py +++ b/src/dbus_python_client_gen/_version.py @@ -8,5 +8,5 @@ .. moduleauthor:: mulhern """ -__version__ = "0.8.3" +__version__ = "0.8.4" __version_info__ = tuple(int(x) for x in __version__.split("."))