We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd51d0 commit 73f33a5Copy full SHA for 73f33a5
NEWS
@@ -1,4 +1,4 @@
1
-## [0.22.0] - UNRELEASED
+## [0.22.0] - 2021-01-02
2
- NetworkManager template: Fix connecting to wifi
3
- NetworkManager template: Add Reload() method
4
- tests: Replace nose test runner with standard unittest
dbusmock/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Martin Pitt'
11
__copyright__ = '(c) 2012 Canonical Ltd.'
12
-__version__ = '0.21.0'
+__version__ = '0.22.0'
13
14
from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
15
OBJECT_MANAGER_IFACE, get_object, get_objects)
0 commit comments