From 261c70771e088ca9bc49c6d2cf7167b44e213177 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 7 Dec 2020 20:06:42 -0500 Subject: [PATCH] New version: 0.08 Signed-off-by: mulhern --- CHANGES.txt | 6 ++++-- src/into_dbus_python/_version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0fada7f..1113f6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -into-dbus-python 0.8 (UNRELEASED) -================================= +into-dbus-python 0.8 +==================== Recommended Python interpreter: 3.7.9 Recommended tox version: 3.13.2 @@ -23,6 +23,8 @@ New dependency version requirement: https://github.com/stratis-storage/into-dbus-python/pull/53 - Tidies and Maintenance: + 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/61 https://github.com/stratis-storage/into-dbus-python/pull/60 https://github.com/stratis-storage/into-dbus-python/pull/58 diff --git a/src/into_dbus_python/_version.py b/src/into_dbus_python/_version.py index 6357314..24e1e0f 100644 --- a/src/into_dbus_python/_version.py +++ b/src/into_dbus_python/_version.py @@ -17,5 +17,5 @@ .. moduleauthor:: mulhern """ -__version__ = "0.07" +__version__ = "0.08" __version_info__ = tuple(int(x) for x in __version__.split("."))