From 5bdc906d4c1510cbb2cef54aeb62df477135a871 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 27 Feb 2023 21:15:23 -0500 Subject: [PATCH] New version: 0.5.1 Signed-off-by: mulhern --- CHANGES.txt | 44 +++++++++++++++++++++++++++++++++ src/dbus_client_gen/_version.py | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7303bd2..6c0d5d9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,47 @@ +into-dbus-python 0.5.1 +====================== +Recommended development environment: Fedora 38 + +- Make __version__ available at top level: + https://github.com/stratis-storage/into-dbus-python/pull/87 + +- Tidies and Maintenance: + https://github.com/stratis-storage/into-dbus-python/pull/86 + https://github.com/stratis-storage/into-dbus-python/pull/85 + https://github.com/stratis-storage/into-dbus-python/pull/84 + https://github.com/stratis-storage/into-dbus-python/pull/83 + https://github.com/stratis-storage/into-dbus-python/pull/81 + https://github.com/stratis-storage/into-dbus-python/pull/80 + https://github.com/stratis-storage/into-dbus-python/pull/79 + https://github.com/stratis-storage/into-dbus-python/pull/78 + https://github.com/stratis-storage/into-dbus-python/pull/77 + https://github.com/stratis-storage/into-dbus-python/pull/76 + https://github.com/stratis-storage/into-dbus-python/pull/75 + https://github.com/stratis-storage/into-dbus-python/pull/74 + https://github.com/stratis-storage/into-dbus-python/pull/73 + https://github.com/stratis-storage/into-dbus-python/pull/72 + https://github.com/stratis-storage/into-dbus-python/pull/71 + https://github.com/stratis-storage/into-dbus-python/pull/70 + https://github.com/stratis-storage/into-dbus-python/pull/69 + https://github.com/stratis-storage/into-dbus-python/pull/68 + https://github.com/stratis-storage/into-dbus-python/pull/67 + https://github.com/stratis-storage/into-dbus-python/pull/66 + https://github.com/stratis-storage/into-dbus-python/pull/65 + https://github.com/stratis-storage/into-dbus-python/pull/64 + https://github.com/stratis-storage/into-dbus-python/pull/63 + https://github.com/stratis-storage/into-dbus-python/pull/62 + https://github.com/stratis-storage/into-dbus-python/pull/61 + https://github.com/stratis-storage/into-dbus-python/pull/60 + https://github.com/stratis-storage/into-dbus-python/pull/59 + https://github.com/stratis-storage/into-dbus-python/pull/58 + https://github.com/stratis-storage/into-dbus-python/pull/57 + https://github.com/stratis-storage/into-dbus-python/pull/56 + https://github.com/stratis-storage/into-dbus-python/pull/55 + https://github.com/stratis-storage/into-dbus-python/pull/54 + https://github.com/stratis-storage/into-dbus-python/pull/53 + https://github.com/stratis-storage/into-dbus-python/pull/52 + + into-dbus-python 0.5 ==================== diff --git a/src/dbus_client_gen/_version.py b/src/dbus_client_gen/_version.py index a267228..db04b3e 100644 --- a/src/dbus_client_gen/_version.py +++ b/src/dbus_client_gen/_version.py @@ -5,5 +5,5 @@ Version information. """ -__version__ = "0.5" +__version__ = "0.5.1" __version_info__ = tuple(int(x) for x in __version__.split("."))