version update -> 3.10.0

This commit is contained in:
DYefremov
2024-05-07 18:53:52 +03:00
parent 1db0ce3fc5
commit 21ea841f34
6 changed files with 7 additions and 5 deletions

View File

@@ -77,6 +77,8 @@ from .xml.edit import SatellitesTool
class Application(Gtk.Application):
""" Main application class. """
VERSION = "3.10.0"
SERVICE_MODEL = "services_list_store"
FAV_MODEL = "fav_list_store"
BQ_MODEL = "bouquets_tree_store"