From cc6633ea0155f5a025650973e082394e45f2b60c Mon Sep 17 00:00:00 2001 From: funilrys Date: Thu, 21 Dec 2023 00:17:20 +0100 Subject: [PATCH] Bump version to v4.2.6.dev --- PyFunceble/storage.py | 2 +- version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index 54a4de8f..fbc255b6 100644 --- a/PyFunceble/storage.py +++ b/PyFunceble/storage.py @@ -61,7 +61,7 @@ from PyFunceble.storage_facility import get_config_directory PROJECT_NAME: str = "PyFunceble" -PROJECT_VERSION: str = "4.2.5.dev (Blue Duckling: Ixora)" +PROJECT_VERSION: str = "4.2.6.dev (Blue Duckling: Ixora)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json" diff --git a/version.yaml b/version.yaml index 0933e4c3..f509b5a7 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.2.5.dev (Blue Duckling: Ixora)' +current_version: '4.2.6.dev (Blue Duckling: Ixora)' deprecated: - 3.0.21 - 3.1.20