We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd36d5 commit fe1b9b8Copy full SHA for fe1b9b8
NEWS
@@ -1,4 +1,4 @@
1
-## [0.24.0] - UNRELEASED
+## [0.24.0] - 2021-08-28
2
- Add Add power-profiles-daemon template (Thanks Bastien Nocera)
3
- logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
4
- Fix new complaints from pylint 2.9
dbusmock/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Martin Pitt'
11
__copyright__ = '(c) 2012 Canonical Ltd.'
12
-__version__ = '0.23.1'
+__version__ = '0.24.0'
13
14
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
15
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments