diff --git a/Makefile b/Makefile index 74d78d331..13ea767c4 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ build: mkdir -p dist tar -zcvf dist/eda-server.tar.gz LICENSE README.md Makefile Taskfile.dist.yaml docs poetry.lock pyproject.toml pytest.ini requirements_dev.txt scripts setup.cfg src tests tools + +PYTHON_VERSION: + @echo "3.9" diff --git a/pyproject.toml b/pyproject.toml index 4701bfc25..344e281b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "aap-eda" -version = "2024.2.26" +version = "2024.3.4" description = "" authors = ["Red Hat, Inc. "] readme = "README.md" @@ -125,7 +125,7 @@ convention = "pep257" version_scheme = "calver-by-date" [tool.bumpver] -current_version = "2024.2.26" +current_version = "2024.3.4" version_pattern = "YYYY.MM.DD" commit_message = "chore: bump version {old_version} -> {new_version}" tag_message = "{new_version}"