From 91b3cac90cbd80f4df252e6efdbc37563e3b71fd Mon Sep 17 00:00:00 2001 From: JKL98ISR Date: Thu, 20 Apr 2023 11:19:10 +0300 Subject: [PATCH] version_bump --- backend/VERSION | 2 +- docs/source/user-guide/demos/plot_lending_defaults.py | 2 +- docs/source/user-guide/demos/plot_rent_prediction.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/VERSION b/backend/VERSION index 8076af51c..a12760eb1 100644 --- a/backend/VERSION +++ b/backend/VERSION @@ -1 +1 @@ -0.15.1 \ No newline at end of file +0.15.2 \ No newline at end of file diff --git a/docs/source/user-guide/demos/plot_lending_defaults.py b/docs/source/user-guide/demos/plot_lending_defaults.py index 48411cb89..785fd577a 100644 --- a/docs/source/user-guide/demos/plot_lending_defaults.py +++ b/docs/source/user-guide/demos/plot_lending_defaults.py @@ -320,6 +320,6 @@ # If you wish to delete this model from your environment, you can do that using the ``delete_model`` function. # CAUTION: This will delete the model, all model versions, and all associated datasets. -dc_client.delete_model(model_name) +# dc_client.delete_model(model_name) # sphinx_gallery_thumbnail_path = '_static/images/examples/lending/money.png' diff --git a/docs/source/user-guide/demos/plot_rent_prediction.py b/docs/source/user-guide/demos/plot_rent_prediction.py index 0737e3711..f895e24a5 100644 --- a/docs/source/user-guide/demos/plot_rent_prediction.py +++ b/docs/source/user-guide/demos/plot_rent_prediction.py @@ -303,6 +303,6 @@ # If you wish to delete this model from your environment, you can do that using the ``delete_model`` function. # CAUTION: This will delete the model, all model versions, and all associated datasets. -dc_client.delete_model(model_name) +# dc_client.delete_model(model_name) # sphinx_gallery_thumbnail_path = '_static/images/examples/rent/manhattan.png'