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

Commit

Permalink
Merge pull request #27 from aminekaabachi/feature/secrets
Browse files Browse the repository at this point in the history
Adding dynamic version number
  • Loading branch information
aminekaabachi committed Oct 2, 2020
2 parents 99cc2a4 + d77068d commit c570691
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions azure_databricks_sdk_python/__init__.py
@@ -1,2 +1,4 @@
from azure_databricks_sdk_python.client import Client
from azure_databricks_sdk_python.types.auth_methods import AuthMethods

__VERSION__ = '0.0.2'
6 changes: 4 additions & 2 deletions docs/source/conf.py
Expand Up @@ -68,8 +68,10 @@
# # The full version, including alpha/beta/rc tags.
# release = azure_databricks_sdk_python.__version__

version = '0.0.1'
release = '0.0.1'
from azure_databricks_sdk_python import __VERSION__

version = __VERSION__
release = __VERSION__

# -- Options for HTML output -------------------------------------------------

Expand Down
4 changes: 1 addition & 3 deletions docs/source/updates.rst
Expand Up @@ -10,7 +10,7 @@ there are several options:
GitHub
------

The best way to track the development of Requests is through
The best way to track the development is through
`the GitHub repo <https://github.com/aminekaabachi/azure-databricks-sdk-python>`_.


Expand All @@ -19,7 +19,5 @@ Blog

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



.. include:: ../../HISTORY.md

1 change: 0 additions & 1 deletion docs/source/user/quickstart.rst
Expand Up @@ -87,7 +87,6 @@ Now ``create`` will return an instance of :class:`azure_databricks_sdk_python.ty
'0918-220215-atria616'



Get cluster details
-------------------

Expand Down

0 comments on commit c570691

Please sign in to comment.