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 4925bfa commit 3cf8885Copy full SHA for 3cf8885
2 files changed
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.4.0.dev"
+PROJECT_VERSION: str = "4.4.1.dev"
64
65
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
66
version.yaml
@@ -1,4 +1,4 @@
1
-current_version: 4.4.0.dev
+current_version: 4.4.1.dev
2
deprecated:
3
- 3.0.21
4
- 3.1.20
0 commit comments