From b4ec599ab5201a57953d17c76fd5cae9f0d1f662 Mon Sep 17 00:00:00 2001 From: Sushanth Varma Kanumuri Date: Tue, 13 Oct 2020 09:12:35 -0700 Subject: [PATCH] Bump version to 0.12.2 --- databricks_cli/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks_cli/version.py b/databricks_cli/version.py index bc438db9..8a4b6219 100644 --- a/databricks_cli/version.py +++ b/databricks_cli/version.py @@ -21,7 +21,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '0.12.2.dev0' # NOQA +version = '0.12.2' # NOQA def print_version_callback(ctx, param, value): # NOQA