Skip to content

Commit fe1b9b8

Browse files
committed
release 0.24.0
1 parent 2fd36d5 commit fe1b9b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.24.0] - UNRELEASED
1+
## [0.24.0] - 2021-08-28
22
- Add Add power-profiles-daemon template (Thanks Bastien Nocera)
33
- logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
44
- Fix new complaints from pylint 2.9

dbusmock/__init__.py

+1-1
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.23.1'
12+
__version__ = '0.24.0'
1313

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

0 commit comments

Comments
 (0)