We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee875a5 commit 5f8ce76Copy full SHA for 5f8ce76
PyFunceble/storage.py
@@ -61,7 +61,7 @@
61
from PyFunceble.storage_facility import get_config_directory
62
63
PROJECT_NAME: str = "PyFunceble"
64
-PROJECT_VERSION: str = "4.0.2b6.dev (Blue Duckling: Chestnut)"
+PROJECT_VERSION: str = "4.0.2b7.dev (Blue Duckling: Chestnut)"
65
66
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
67
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
version.yaml
@@ -1,4 +1,4 @@
1
-current_version: '4.0.2b6.dev (Blue Duckling: Chestnut)'
+current_version: '4.0.2b7.dev (Blue Duckling: Chestnut)'
2
deprecated:
3
- 3.0.21
4
- 3.1.20
0 commit comments