Skip to content

Commit

Permalink
This is 0.26.2+fork0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Dec 21, 2024
1 parent 00ea322 commit d4ced25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
release:
name: Release
needs: [check]
if: "success() && startsWith(github.ref, 'refs/tags/')"
if: "false"
runs-on: ubuntu-latest
environment: release

Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
VERSION = '0.26.1'
VERSION = '0.26.2+fork0'

0 comments on commit d4ced25

Please sign in to comment.