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 432e06e commit 3bd6210Copy full SHA for 3bd6210
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.2.27. (Blue Duckling: Tulip)"
+PROJECT_VERSION: str = "4.2.28. (Blue Duckling: Tulip)"
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.2.27. (Blue Duckling: Tulip)'
+current_version: '4.2.28. (Blue Duckling: Tulip)'
2
deprecated:
3
- 3.0.21
4
- 3.1.20
0 commit comments