Skip to content

Commit

Permalink
release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Dec 19, 2020
1 parent 5095680 commit 0775839
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.20.0] - UNRELEASED
### [0.20.0] - 2020-12-19
- NetworkManager template: Handle NetworkingEnable
- NetworkManager template: AddConnectionUnsaved
- Drop support for Python 2
Expand Down
2 changes: 1 addition & 1 deletion dbusmock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__email__ = '[email protected]'
__copyright__ = '(c) 2012 Canonical Ltd.'
__license__ = 'LGPL 3+'
__version__ = '0.18.1'
__version__ = '0.20.0'

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

0 comments on commit 0775839

Please sign in to comment.