Skip to content

Commit e362d2d

Browse files
authored
Merge pull request #87 from mulkieran/version-0.8.2
New version: 0.8.2
2 parents abe1d39 + 574ce9f commit e362d2d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
dbus-python-client-gen 0.8.2
2+
============================
3+
Recommended development environment: Fedora 37
4+
5+
16
dbus-python-client-gen 0.8.1
27
============================
38
Recommended development environment: Fedora 37

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ url = https://github.com/stratis-storage/dbus-python-client-gen
66
description = transforms values into properly wrapped dbus-python objects
77
license = MPL-2.0
88
long_description = file: README.rst
9-
long_description_content_type = text/rst
9+
long_description_content_type = text/x-rst
1010
version = attr: dbus_python_client_gen._version.__version__
1111
platforms =
1212
Linux

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.1"
11+
__version__ = "0.8.2"
1212
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)