Skip to content

Commit

Permalink
chore: bump version 2024.2.26 -> 2024.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benthomasson committed Mar 6, 2024
1 parent 6172102 commit 0bff8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <info@ansible.com>"]
readme = "README.md"
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 0bff8c2

Please sign in to comment.