Skip to content

Commit 1a78ea3

Browse files
authored
Merge pull request #100 from mulkieran/version-0.8.1
New version: 0.8.1
2 parents e16d694 + 1e5dce3 commit 1a78ea3

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGES.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
into-dbus-python 0.8.1
2+
======================
3+
Recommended development environment: Fedora 38
4+
Lowest supported Python interpreter: 3.9
5+
6+
- Add an additional test for coverage of a type error:
7+
https://github.com/stratis-storage/into-dbus-python/pull/68
8+
9+
- Tidies and Maintenance:
10+
https://github.com/stratis-storage/into-dbus-python/pull/98
11+
https://github.com/stratis-storage/into-dbus-python/pull/97
12+
https://github.com/stratis-storage/into-dbus-python/pull/96
13+
https://github.com/stratis-storage/into-dbus-python/pull/95
14+
https://github.com/stratis-storage/into-dbus-python/pull/94
15+
https://github.com/stratis-storage/into-dbus-python/pull/93
16+
https://github.com/stratis-storage/into-dbus-python/pull/92
17+
https://github.com/stratis-storage/into-dbus-python/pull/91
18+
https://github.com/stratis-storage/into-dbus-python/pull/90
19+
https://github.com/stratis-storage/into-dbus-python/pull/89
20+
https://github.com/stratis-storage/into-dbus-python/pull/88
21+
https://github.com/stratis-storage/into-dbus-python/pull/87
22+
https://github.com/stratis-storage/into-dbus-python/pull/86
23+
https://github.com/stratis-storage/into-dbus-python/pull/85
24+
https://github.com/stratis-storage/into-dbus-python/pull/83
25+
https://github.com/stratis-storage/into-dbus-python/pull/82
26+
https://github.com/stratis-storage/into-dbus-python/pull/81
27+
https://github.com/stratis-storage/into-dbus-python/pull/80
28+
https://github.com/stratis-storage/into-dbus-python/pull/79
29+
https://github.com/stratis-storage/into-dbus-python/pull/78
30+
https://github.com/stratis-storage/into-dbus-python/pull/77
31+
https://github.com/stratis-storage/into-dbus-python/pull/77
32+
https://github.com/stratis-storage/into-dbus-python/pull/76
33+
https://github.com/stratis-storage/into-dbus-python/pull/75
34+
https://github.com/stratis-storage/into-dbus-python/pull/74
35+
https://github.com/stratis-storage/into-dbus-python/pull/73
36+
https://github.com/stratis-storage/into-dbus-python/pull/72
37+
https://github.com/stratis-storage/into-dbus-python/pull/71
38+
https://github.com/stratis-storage/into-dbus-python/pull/70
39+
https://github.com/stratis-storage/into-dbus-python/pull/69
40+
https://github.com/stratis-storage/into-dbus-python/pull/67
41+
https://github.com/stratis-storage/into-dbus-python/pull/66
42+
43+
144
into-dbus-python 0.8
245
====================
346

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 <[email protected]>
1818
"""
1919

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

0 commit comments

Comments
 (0)