diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index fc958d5..219b518 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -41,7 +41,7 @@ jobs: - name: Backporting uses: kiegroup/git-backporting@v4 with: - target-branch: 0.16.x + target-branch: 0.17.x pull-request: ${{ github.event.pull_request.url }} no-squash: ${{ env.NO_SQUASH_OPTION }} strategy: ort diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79d25d9..d1e4574 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ on: - 0.14.x - 0.15.x - 0.16.x + - 0.17.x pull_request: jobs: test: diff --git a/pyproject.toml b/pyproject.toml index ad1a792..709f3ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "horreum" -version = "0.17.dev" +version = "0.18.dev" description = "Horreum python library" keywords = ["horreum", "performance", "change-detection"] authors = ["Andrea Lamparelli "]