We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd85ac commit 6fc0974Copy full SHA for 6fc0974
PyFunceble/storage.py
@@ -60,7 +60,7 @@
60
from PyFunceble.storage_facility import get_config_directory
61
62
PROJECT_NAME: str = "PyFunceble"
63
-PROJECT_VERSION: str = "4.3.0a22.dev (Blue Duckling: Tulip)"
+PROJECT_VERSION: str = "4.3.0a23.dev (Blue Duckling: Tulip)"
64
65
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
66
version.yaml
@@ -1,4 +1,4 @@
1
-current_version: '4.3.0a22.dev (Blue Duckling: Tulip)'
+current_version: '4.3.0a23.dev (Blue Duckling: Tulip)'
2
deprecated:
3
- 3.0.21
4
- 3.1.20
0 commit comments