Skip to content

Commit

Permalink
Next is 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Jan 16, 2025
1 parent d902ac3 commit 56583d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Backporting
uses: kiegroup/git-backporting@v4
with:
target-branch: 0.16.x
target-branch: 0.17.x
pull-request: ${{ github.event.pull_request.url }}
no-squash: ${{ env.NO_SQUASH_OPTION }}
strategy: ort
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 0.14.x
- 0.15.x
- 0.16.x
- 0.17.x
pull_request:
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "horreum"
version = "0.17.dev"
version = "0.18.dev"
description = "Horreum python library"
keywords = ["horreum", "performance", "change-detection"]
authors = ["Andrea Lamparelli <[email protected]>"]
Expand Down

0 comments on commit 56583d0

Please sign in to comment.