Skip to content

Commit fa7a407

Browse files
committed
Next is 0.20
1 parent 443b9ae commit fa7a407

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.18.x
44+
target-branch: 0.19.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
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- 0.18.x
9+
- 0.19.x
910
pull_request:
1011
jobs:
1112
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.19.dev"
3+
version = "0.20.dev"
44
description = "Horreum python library"
55
keywords = ["horreum", "performance", "change-detection"]
66
authors = ["Andrea Lamparelli <alampare@redhat.com>"]

0 commit comments

Comments
 (0)