Skip to content

Commit a4ea747

Browse files
committed
Next is 0.19
1 parent 070ddf2 commit a4ea747

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
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.17.x
44+
target-branch: 0.18.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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ on:
55
push:
66
branches:
77
- main
8-
- 0.12.x
9-
- 0.13.x
10-
- 0.14.x
11-
- 0.15.x
12-
- 0.16.x
13-
- 0.17.x
8+
- 0.18.x
149
pull_request:
1510
jobs:
1611
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.18.dev"
3+
version = "0.19.dev"
44
description = "Horreum python library"
55
keywords = ["horreum", "performance", "change-detection"]
66
authors = ["Andrea Lamparelli <[email protected]>"]

0 commit comments

Comments
 (0)