Skip to content

Commit

Permalink
release 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jun 28, 2022
1 parent 9f8ff6c commit 5a57666
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.28.1] - UNRELEASED
## [0.28.1] - 2022-06-28
- Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
- Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)

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.28.0'
__version__ = '0.28.1'

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

0 comments on commit 5a57666

Please sign in to comment.