Skip to content

Commit 7d24d23

Browse files
authored
Merge branch 'main' into GSK-2270-hide-columns-when-null
2 parents d85163a + 885eee9 commit 7d24d23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
add_function_parentheses = False
111111
# Do not execute the notebooks when building the docs
112112
docs_version = os.getenv("READTHEDOCS_VERSION", "latest")
113-
if docs_version == "latest":
113+
if docs_version == "latest" or docs_version == "stable":
114114
branch = "main"
115115
else:
116116
branch = docs_version.replace("-", "/")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator"
132132
name = "giskard"
133133
readme = "README.md"
134134
license = { text = "Apache Software License 2.0" }
135-
version = "2.7.1"
135+
version = "2.7.2"
136136
description = "The testing framework dedicated to ML models, from tabular to LLMs"
137137
authors = [{ name = "Giskard AI", email = "hello@giskard.ai" }]
138138
keywords = ["Artificial Intelligence", "Machine Learning", "Quality", "MLOps"]

0 commit comments

Comments
 (0)