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 326ef48 + d52e8a8 commit 0d35127Copy full SHA for 0d35127
CHANGES.txt
@@ -1,5 +1,5 @@
1
-dbus-python-client-gen 0.8.0 (UNRELEASED)
2
-=========================================
+dbus-python-client-gen 0.8.0
+============================
3
4
Recommended Python interpreter: 3.7.9
5
Recommended tox version: 3.13.2
src/dbus_python_client_gen/_version.py
@@ -17,5 +17,5 @@
17
.. moduleauthor:: mulhern <[email protected]>
18
"""
19
20
-__version__ = "0.7"
+__version__ = "0.8"
21
__version_info__ = tuple(int(x) for x in __version__.split("."))
0 commit comments