Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e96879

Browse files
committedMar 24, 2021
release 0.23.0
1 parent 68fbe64 commit 2e96879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.23.0] - UNRELEASED
1+
## [0.23.0] - 2021-03-24
22
- DBusMockObject: Add UpdateProperties() method (Thanks to Jonas Ådahl)
33
- DBusTestCase: Add bus override argument to spawn_server_template, to use
44
templates on either system or session bus; add corresponding --session CLI

‎dbusmock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = 'Martin Pitt'
1111
__copyright__ = '(c) 2012 Canonical Ltd.'
12-
__version__ = '0.22.0'
12+
__version__ = '0.23.0'
1313

1414
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
1515
OBJECT_MANAGER_IFACE, get_object, get_objects)

0 commit comments

Comments
 (0)
Please sign in to comment.