Skip to content

Commit 301b634

Browse files
authored
Release v0.1.2 (#84)
# Version changelog ## 0.1.2 * Fix `dbutils.fs.put()` utility ([#82](#82)).
1 parent 94a3f3f commit 301b634

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version changelog
22

3+
## 0.1.2
4+
5+
* Fix `dbutils.fs.put()` utility ([#82](https://github.com/databricks/databricks-sdk-py/pull/82)).
6+
37
## 0.1.1
48

59
* Improve Azure AD auth ([#80](https://github.com/databricks/databricks-sdk-py/pull/80)).

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)