We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16eaf1 commit 525c184Copy full SHA for 525c184
NEWS
@@ -1,4 +1,4 @@
1
-## [0.23.1] - UNRELEASED
+## [0.23.1] - 2021-06-15
2
- Fix tests for Python 3.10
3
4
## [0.23.0] - 2021-03-24
dbusmock/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Martin Pitt'
11
__copyright__ = '(c) 2012 Canonical Ltd.'
12
-__version__ = '0.23.0'
+__version__ = '0.23.1'
13
14
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
15
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments