Skip to content

Commit abe1d39

Browse files
authored
Merge pull request #86 from mulkieran/version-0.8.1
New version: 0.8.1
2 parents 6196b9c + ff7a0e3 commit abe1d39

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGES.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
dbus-python-client-gen 0.8.1
2+
============================
3+
Recommended development environment: Fedora 37
4+
5+
- Tidies and Maintenance:
6+
https://github.com/stratis-storage/dbus-python-client-gen/pull/85
7+
https://github.com/stratis-storage/dbus-python-client-gen/pull/84
8+
https://github.com/stratis-storage/dbus-python-client-gen/pull/83
9+
https://github.com/stratis-storage/dbus-python-client-gen/pull/82
10+
https://github.com/stratis-storage/dbus-python-client-gen/pull/81
11+
https://github.com/stratis-storage/dbus-python-client-gen/pull/80
12+
https://github.com/stratis-storage/dbus-python-client-gen/pull/78
13+
https://github.com/stratis-storage/dbus-python-client-gen/pull/77
14+
https://github.com/stratis-storage/dbus-python-client-gen/pull/76
15+
https://github.com/stratis-storage/dbus-python-client-gen/pull/75
16+
https://github.com/stratis-storage/dbus-python-client-gen/pull/74
17+
https://github.com/stratis-storage/dbus-python-client-gen/pull/73
18+
https://github.com/stratis-storage/dbus-python-client-gen/pull/72
19+
https://github.com/stratis-storage/dbus-python-client-gen/pull/70
20+
https://github.com/stratis-storage/dbus-python-client-gen/pull/69
21+
https://github.com/stratis-storage/dbus-python-client-gen/pull/68
22+
https://github.com/stratis-storage/dbus-python-client-gen/pull/67
23+
https://github.com/stratis-storage/dbus-python-client-gen/pull/66
24+
https://github.com/stratis-storage/dbus-python-client-gen/pull/65
25+
https://github.com/stratis-storage/dbus-python-client-gen/pull/64
26+
https://github.com/stratis-storage/dbus-python-client-gen/pull/63
27+
https://github.com/stratis-storage/dbus-python-client-gen/pull/62
28+
https://github.com/stratis-storage/dbus-python-client-gen/pull/61
29+
https://github.com/stratis-storage/dbus-python-client-gen/pull/60
30+
https://github.com/stratis-storage/dbus-python-client-gen/pull/59
31+
https://github.com/stratis-storage/dbus-python-client-gen/pull/58
32+
https://github.com/stratis-storage/dbus-python-client-gen/pull/57
33+
34+
135
dbus-python-client-gen 0.8.0
236
============================
337

src/dbus_python_client_gen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
.. moduleauthor:: mulhern <[email protected]>
99
"""
1010

11-
__version__ = "0.8"
11+
__version__ = "0.8.1"
1212
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)