We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a3f3f commit 301b634Copy full SHA for 301b634
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version changelog
2
3
+## 0.1.2
4
+
5
+* Fix `dbutils.fs.put()` utility ([#82](https://github.com/databricks/databricks-sdk-py/pull/82)).
6
7
## 0.1.1
8
9
* Improve Azure AD auth ([#80](https://github.com/databricks/databricks-sdk-py/pull/80)).
databricks/sdk/version.py
@@ -1 +1 @@
-__version__ = '0.1.1'
+__version__ = '0.1.2'
0 commit comments