Skip to content

Commit

Permalink
release 5.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 25, 2019
1 parent a1eeda2 commit 435360b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asammdf/gui/widgets/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def open_menu(self, position):
elif action.text() == "Delete (Del)":
event = QtGui.QKeyEvent(
QtCore.QEvent.KeyPress,
QtCore.Qt.Key_Del,
QtCore.Qt.Key_Delete,
QtCore.Qt.NoModifier,
)
self.keyPressEvent(event)
Expand Down
2 changes: 1 addition & 1 deletion asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
""" asammdf version module """

__version__ = "5.13.5"
__version__ = "5.13.6"

0 comments on commit 435360b

Please sign in to comment.