diff --git a/Makefile b/Makefile index 3241622..e3b8d14 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 97e7f09..d7b367b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]