Skip to content

Commit

Permalink
release 7.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 19, 2023
1 parent a33fdbc commit 12fc691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/asammdf/gui/widgets/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from PySide6 import QtCore, QtWidgets

try:
from PySide6.QtWebEngineCore import QWebEngineSettings
from pyqtlet2 import L, leaflet, MapWidget
from PySide6.QtWebEngineCore import QWebEngineSettings

except:
print(format_exc())
Expand Down
2 changes: 1 addition & 1 deletion src/asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" asammdf version module """

__version__ = "7.3.15.dev18"
__version__ = "7.3.15"

0 comments on commit 12fc691

Please sign in to comment.