Skip to content

Commit

Permalink
Chore: bump versions prior to release (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Jan 15, 2025
1 parent 56934b5 commit f00d27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
# Check output from: python-project-version
PYTHON_PROJECT_VERSION="${{ steps.python-project-version.outputs.python_project_version }}"
if [ "$PYTHON_PROJECT_VERSION" != "v0.1.14" ]; then
if [ "$PYTHON_PROJECT_VERSION" != "v0.1.15" ]; then
echo "ERROR: Python project version was not as expected"
echo "python_project_version: $PYTHON_PROJECT_VERSION"; exit 1
else
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[project]
name = "osc-github-devops"
# Also bump the version string in file .github/workflows/actions.yaml
version = "v0.1.14"
version = "v0.1.15"
# Uncomment to enable dynamic versioning
# dynamic = [ "version" ]
description = "Python project metadata to permit workflow testing."
Expand Down

0 comments on commit f00d27d

Please sign in to comment.