pyqt6
Mark Jessop 2021-09-11 22:31:35 +09:30
rodzic 6becf68ebf
commit 3bbfad9ddb
4 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.3"

Wyświetl plik

@ -69,7 +69,7 @@ def read_config(widgets):
""" Read in configuration settings from Qt """
global qt_settings, default_config
OK_VERSIONS = [__version__]
OK_VERSIONS = [__version__, '0.2.1']
# Try and read in the version parameter from QSettings
if qt_settings.value("version") not in OK_VERSIONS:

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "horusgui"
version = "0.2.1"
version = "0.2.3"
description = ""
authors = ["Mark Jessop <vk5qi@rfhead.net>"]
@ -12,7 +12,7 @@ PyQt5 = "^5.13.0"
pyqtgraph = "^0.11.0"
pyaudio = "^0.2.11"
"ruamel.yaml" = "^0.16.10"
horusdemodlib = "^0.2.2"
horusdemodlib = "^0.2.3"
[tool.poetry.dev-dependencies]

Wyświetl plik

@ -5,4 +5,4 @@ PyQt5
pyqtgraph
ruamel.yaml
requests
horusdemodlib>=0.2.2
horusdemodlib>=0.2.3