Skip to content

Commit

Permalink
Bump version to v4.0.0a8.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 21, 2020
1 parent c60ab1f commit 70dde8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions PyFunceble/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "venv/bin/python3.9"
}
2 changes: 1 addition & 1 deletion PyFunceble/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from PyFunceble.storage_facility import get_config_directory

PROJECT_NAME: str = "PyFunceble"
PROJECT_VERSION: str = "4.0.0a7.dev (Blue Duckling)"
PROJECT_VERSION: str = "4.0.0a8.dev (Blue Duckling)"

DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 4.0.0a7.dev (Blue Duckling)
current_version: 4.0.0a8.dev (Blue Duckling)
deprecated:
- 3.0.21
- 3.1.20
Expand Down

0 comments on commit 70dde8b

Please sign in to comment.