Skip to content

Commit 6d409d1

Browse files
committed
release 0.21.0
1 parent ef2e263 commit 6d409d1

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.21.0] - UNRELEASED
1+
## [0.21.0] - 2021-01-01
22
- Add type annotations to the whole API
33
- Drop obsolete ConsoleKit and bluez4 templates/tests
44
- upower template: Drop support for 0.9 API

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.20.0'
12+
__version__ = '0.21.0'
1313

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

0 commit comments

Comments
 (0)