Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit c570691

Browse files
Merge pull request #27 from aminekaabachi/feature/secrets
Adding dynamic version number
2 parents 99cc2a4 + d77068d commit c570691

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from azure_databricks_sdk_python.client import Client
22
from azure_databricks_sdk_python.types.auth_methods import AuthMethods
3+
4+
__VERSION__ = '0.0.2'

docs/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@
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

docs/source/updates.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ there are several options:
1010
GitHub
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

@@ -19,7 +19,5 @@ Blog
1919

2020
Keep following `my blog <https://kaabachi.io>`_ to see change updates, design choices and more.
2121

22-
23-
2422
.. include:: ../../HISTORY.md
2523

docs/source/user/quickstart.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-
9190
Get cluster details
9291
-------------------
9392

0 commit comments

Comments
 (0)