Skip to content

Commit 1f1c4b1

Browse files
committed
Tagging version 0.17
1 parent 3b7f0da commit 1f1c4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif
2626

2727
# env variables
2828
KIOTA_VERSION ?= "v1.22.3"
29-
HORREUM_BRANCH ?= "master"
29+
HORREUM_BRANCH ?= "0.17"
3030
HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml"
3131
GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"
3232
OPENAPI_PATH = "${PROJECT_PATH}/openapi"

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.17.dev"
3+
version = "0.17"
44
description = "Horreum python library"
55
keywords = ["horreum", "performance", "change-detection"]
66
authors = ["Andrea Lamparelli <[email protected]>"]

0 commit comments

Comments
 (0)