This repository was archived by the owner on Jul 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
azure_databricks_sdk_python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from azure_databricks_sdk_python .client import Client
22from azure_databricks_sdk_python .types .auth_methods import AuthMethods
3+
4+ __VERSION__ = '0.0.2'
Original file line number Diff line number Diff line change 6868# # The full version, including alpha/beta/rc tags.
6969# release = azure_databricks_sdk_python.__version__
7070
71- version = '0.0.1'
72- release = '0.0.1'
71+ from azure_databricks_sdk_python import __VERSION__
72+
73+ version = __VERSION__
74+ release = __VERSION__
7375
7476# -- Options for HTML output -------------------------------------------------
7577
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ there are several options:
1010GitHub
1111------
1212
13- The best way to track the development of Requests is through
13+ The best way to track the development is through
1414`the GitHub repo <https://github.com/aminekaabachi/azure-databricks-sdk-python >`_.
1515
1616
1919
2020Keep following `my blog <https://kaabachi.io >`_ to see change updates, design choices and more.
2121
22-
23-
2422.. include :: ../../HISTORY.md
2523
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ Now ``create`` will return an instance of :class:`azure_databricks_sdk_python.ty
8787 '0918-220215-atria616'
8888
8989
90-
9190Get cluster details
9291-------------------
9392
You can’t perform that action at this time.
0 commit comments