From 3688974b892639e47ca177520bdab63cd316716f Mon Sep 17 00:00:00 2001 From: funilrys Date: Sun, 6 Mar 2022 16:55:12 +0100 Subject: [PATCH] Bump version to v4.1.0b17 --- 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 14992f22..703a6c3e 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.0b16.dev (Blue Duckling: Grandiflora)" +PROJECT_VERSION: str = "4.1.0b17.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 b04c3b2c..35cc3bd0 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.1.0b16.dev (Blue Duckling: Grandiflora)' +current_version: '4.1.0b17.dev (Blue Duckling: Grandiflora)' deprecated: - 3.0.21 - 3.1.20