Skip to content

Commit

Permalink
Bumping version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 9a74e6c commit 5cadff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
--env GITHUB_RUN_ID='${{ github.run_id }}' \
--env GITHUB_TOKEN='${{ github.token }}' \
--volume "$GITHUB_WORKSPACE":/app \
ghcr.io/godatadriven/dbt-bouncer:v0.0.0 \
ghcr.io/godatadriven/dbt-bouncer:v1.5.0 \
--config-file /app/${{ inputs.config-file }} \
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
${{ steps.assemble-output-file-param.outputs.output-file-param }} ${{ steps.assemble-verbose-param.outputs.verbose-param }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
version = "0.0.0"
version = "1.5.0"

[tool.poetry.dependencies]
python = ">=3.9,<3.14"
Expand Down
2 changes: 1 addition & 1 deletion src/dbt_bouncer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def version() -> str:
str: The version of `dbt-bouncer`.
"""
return "0.0.0"
return "1.5.0"

0 comments on commit 5cadff4

Please sign in to comment.