Skip to content

Commit f9db7ab

Browse files
sakoushgithub-actions[bot]
authored andcommitted
Bump version to 1.5.0
1 parent f31b044 commit f9db7ab

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Seldon Technologies"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.5.0.rc2"
27+
release = "1.5.0"
2828

2929

3030
# -- General configuration ---------------------------------------------------

mlserver/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/alibi-detect/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-alibi-detect"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "Alibi-Detect runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/alibi-explain/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-alibi-explain"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "Alibi-Explain runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/catboost/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-catboost"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "Catboost runtime for MLServer"
55
authors = ["Theofilos Papapanagiotou <[email protected]>"]
66
maintainers = ["Seldon Technologies Ltd. <[email protected]>"]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/huggingface/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-huggingface"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "HuggingFace runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/lightgbm/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-lightgbm"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "LightGBM runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/mlflow/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-mlflow"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "MLflow runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/mllib/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-mllib"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "Spark MLlib runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/sklearn/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-sklearn"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "Scikit-Learn runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0.rc2"
1+
__version__ = "1.5.0"

runtimes/xgboost/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-xgboost"
3-
version = "1.5.0.rc2"
3+
version = "1.5.0"
44
description = "XGBoost runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)