We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fbe64 commit 2e96879Copy full SHA for 2e96879
NEWS
@@ -1,4 +1,4 @@
1
-## [0.23.0] - UNRELEASED
+## [0.23.0] - 2021-03-24
2
- DBusMockObject: Add UpdateProperties() method (Thanks to Jonas Ådahl)
3
- DBusTestCase: Add bus override argument to spawn_server_template, to use
4
templates on either system or session bus; add corresponding --session CLI
dbusmock/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Martin Pitt'
11
__copyright__ = '(c) 2012 Canonical Ltd.'
12
-__version__ = '0.22.0'
+__version__ = '0.23.0'
13
14
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
15
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments