Skip to content

Commit 56583d0

Browse files
committed
Next is 0.18
1 parent d902ac3 commit 56583d0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Backporting
4242
uses: kiegroup/git-backporting@v4
4343
with:
44-
target-branch: 0.16.x
44+
target-branch: 0.17.x
4545
pull-request: ${{ github.event.pull_request.url }}
4646
no-squash: ${{ env.NO_SQUASH_OPTION }}
4747
strategy: ort

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 0.14.x
1111
- 0.15.x
1212
- 0.16.x
13+
- 0.17.x
1314
pull_request:
1415
jobs:
1516
test:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "horreum"
3-
version = "0.17.dev"
3+
version = "0.18.dev"
44
description = "Horreum python library"
55
keywords = ["horreum", "performance", "change-detection"]
66
authors = ["Andrea Lamparelli <[email protected]>"]

0 commit comments

Comments
 (0)