Skip to content

Commit

Permalink
release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Mar 22, 2022
1 parent e76bc76 commit 90c4e6f
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.27.1] - UNRELEASED
## [0.27.1] - 2022-03-22
- packit: Fix Fedora dist-git syncing

## [0.27.0] - 2022-03-22
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.27.0'
__version__ = '0.27.1'

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

0 comments on commit 90c4e6f

Please sign in to comment.