Skip to content

Commit 777c8f9

Browse files
authored
Merge pull request #103 from mulkieran/version-0.8.2
New version: 0.8.2
2 parents a0a8043 + dba4144 commit 777c8f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
into-dbus-python 0.8.1
214
======================
315
Recommended development environment: Fedora 38

src/into_dbus_python/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.. moduleauthor:: mulhern <amulhern@redhat.com>
1818
"""
1919

20-
__version__ = "0.8.1"
20+
__version__ = "0.8.2"
2121
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)