We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0a8043 + dba4144 commit 777c8f9Copy full SHA for 777c8f9
CHANGES.txt
@@ -1,3 +1,15 @@
1
+into-dbus-python 0.8.2
2
+======================
3
+Recommended development environment: Fedora 38
4
+Lowest supported Python interpreter: 3.9
5
+
6
+- Fix entry in setup.cfg:
7
+ https://github.com/stratis-storage/into-dbus-python/pull/101
8
9
+- Tidies and Maintenance:
10
+ https://github.com/stratis-storage/into-dbus-python/pull/102
11
12
13
into-dbus-python 0.8.1
14
======================
15
Recommended development environment: Fedora 38
src/into_dbus_python/_version.py
@@ -17,5 +17,5 @@
17
.. moduleauthor:: mulhern <amulhern@redhat.com>
18
"""
19
20
-__version__ = "0.8.1"
+__version__ = "0.8.2"
21
__version_info__ = tuple(int(x) for x in __version__.split("."))
0 commit comments