Skip to content

Commit 2ac2096

Browse files
committed
Next is 0.17
1 parent ff6e588 commit 2ac2096

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/backport.yaml

+1-1
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.15.x
44+
target-branch: 0.16.x
4545
pull-request: ${{ github.event.pull_request.url }}
4646
no-squash: ${{ env.NO_SQUASH_OPTION }}
4747
strategy: ort

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 0.13.x
1010
- 0.14.x
1111
- 0.15.x
12+
- 0.16.x
1213
pull_request:
1314
jobs:
1415
test:

pyproject.toml

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

0 commit comments

Comments
 (0)