We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af4c62 commit 53b5779Copy full SHA for 53b5779
NEWS
@@ -1,4 +1,4 @@
1
-0.18 (UNRELEASED)
+0.18 (2018-07-01)
2
-----------------
3
- logind template: Add support for suspend-then-hibernate
4
- NetworkManager template: Add GetConnectionByUuid method
dbusmock/__init__.py
@@ -11,7 +11,7 @@
11
__email__ = 'martin.pitt@ubuntu.com'
12
__copyright__ = '(c) 2012 Canonical Ltd.'
13
__license__ = 'LGPL 3+'
14
-__version__ = '0.17.2'
+__version__ = '0.18'
15
16
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
17
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments