We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe5664 commit da08769Copy full SHA for da08769
NEWS
@@ -1,4 +1,4 @@
1
-0.18.1 (UNRELEASED)
+0.18.1 (2018-11-11)
2
-------------------
3
- test: Fix failures with systemd 239 in chroots
4
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.18'
+__version__ = '0.18.1'
15
16
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
17
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments