From c3492391668d2e355ea000877aa9f66ad9363148 Mon Sep 17 00:00:00 2001 From: Vlad <55182132+titov-vv@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:12:12 +0000 Subject: [PATCH] Version 2024.11.1. DB schema version 59. --- jal/__init__.py | 2 +- jal/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jal/__init__.py b/jal/__init__.py index 612e0349..65d8273a 100644 --- a/jal/__init__.py +++ b/jal/__init__.py @@ -1 +1 @@ -__version__ = "2024.8.1" \ No newline at end of file +__version__ = "2024.11.1" \ No newline at end of file diff --git a/jal/constants.py b/jal/constants.py index 356eff36..0beca44a 100755 --- a/jal/constants.py +++ b/jal/constants.py @@ -9,7 +9,7 @@ class Setup: INI_FILE = "jal.ini" DB_PATH = "jal.sqlite" DB_CONNECTION = "JAL.DB" - DB_REQUIRED_VERSION = 58 + DB_REQUIRED_VERSION = 59 SQLITE_MIN_VERSION = "3.35" MAIN_WND_NAME = "JAL_MainWindow" INIT_SCRIPT_PATH = 'jal_init.sql'