From a35079ef9c648374853992f629868f95a9e0caf9 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:07:14 +0100 Subject: [PATCH] Release v0.2.2 (#35) * Fixed issues with uploading wheels to DBFS and loading a non-existing install state ([#34](https://github.com/databrickslabs/blueprint/pull/34)). --- CHANGELOG.md | 5 +++++ src/databricks/labs/blueprint/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff7021..29734da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Version changelog +## 0.2.2 + +* Fixed issues with uploading wheels to DBFS and loading a non-existing install state ([#34](https://github.com/databrickslabs/blueprint/pull/34)). + + ## 0.2.1 * Aligned `Installation` framework with UCX project ([#32](https://github.com/databrickslabs/blueprint/pull/32)). diff --git a/src/databricks/labs/blueprint/__about__.py b/src/databricks/labs/blueprint/__about__.py index 3ced358..b5fdc75 100644 --- a/src/databricks/labs/blueprint/__about__.py +++ b/src/databricks/labs/blueprint/__about__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"