From a4fbd2e8a8646d559ce6f4a769a64efba81f0fa6 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:04:17 -0900 Subject: [PATCH] Ver bump config, env_context --- default-toshy-config/toshy_config.py | 2 +- lib/env_context.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default-toshy-config/toshy_config.py b/default-toshy-config/toshy_config.py index 9a864f6..bc1982d 100644 --- a/default-toshy-config/toshy_config.py +++ b/default-toshy-config/toshy_config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '20241206' +__version__ = '20241210' ############################################################################### ############################ Welcome to Toshy! ############################ ### diff --git a/lib/env_context.py b/lib/env_context.py index 6aef9f3..78e1ffc 100644 --- a/lib/env_context.py +++ b/lib/env_context.py @@ -9,7 +9,7 @@ from typing import Dict # ENV_CONTEXT module version: -__version__ = '20241128' +__version__ = '20241210' VERBOSE = True FLUSH = True