Skip to content

Commit

Permalink
release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jan 2, 2021
1 parent 2dd51d0 commit 73f33a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.22.0] - UNRELEASED
## [0.22.0] - 2021-01-02
- NetworkManager template: Fix connecting to wifi
- NetworkManager template: Add Reload() method
- tests: Replace nose test runner with standard unittest
Expand Down
2 changes: 1 addition & 1 deletion dbusmock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Martin Pitt'
__copyright__ = '(c) 2012 Canonical Ltd.'
__version__ = '0.21.0'
__version__ = '0.22.0'

from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
OBJECT_MANAGER_IFACE, get_object, get_objects)
Expand Down

0 comments on commit 73f33a5

Please sign in to comment.