Skip to content

Commit

Permalink
Tagging version 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Nov 20, 2024
1 parent ff6e588 commit 58b7cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif

# env variables
KIOTA_VERSION ?= "v1.18.0"
HORREUM_BRANCH ?= "master"
HORREUM_BRANCH ?= "0.16"
HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml"
GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"
OPENAPI_PATH = "${PROJECT_PATH}/openapi"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "horreum"
version = "0.16.dev"
version = "0.16"
description = "Horreum python library"
keywords = ["horreum", "performance", "change-detection"]
authors = ["Andrea Lamparelli <[email protected]>"]
Expand Down

0 comments on commit 58b7cad

Please sign in to comment.