From 2f2eddb89c7e3b466a663643ad05874e49f58556 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sat, 5 Mar 2022 21:53:33 +0100 Subject: [PATCH] Bump version to v4.1.0b14. --- 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 c42acf79..105b8e09 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.1.0b13.dev (Blue Duckling: Grandiflora)" +PROJECT_VERSION: str = "4.1.0b14.dev (Blue Duckling: Grandiflora)" 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 e5e1b4de..79624774 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.1.0b13.dev (Blue Duckling: Grandiflora)' +current_version: '4.1.0b14.dev (Blue Duckling: Grandiflora)' deprecated: - 3.0.21 - 3.1.20