Skip to content

Commit

Permalink
Next is 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Sep 19, 2024
1 parent 3e3c68e commit 4455c32
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.14.x
target-branch: 0.15.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 @@ -8,6 +8,7 @@ on:
- 0.12.x
- 0.13.x
- 0.14.x
- 0.15.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.15.dev"
version = "0.16.dev"
description = "Horreum python library"
keywords = ["horreum", "performance", "change-detection"]
authors = ["Andrea Lamparelli <[email protected]>"]
Expand Down

0 comments on commit 4455c32

Please sign in to comment.