Skip to content

Commit bf33c14

Browse files
authored
Release v0.25.1 (#616)
Bug fixes: * Fixed `select_node_type` error ([#614](#614)).
1 parent 855a5e0 commit bf33c14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.25.1
4+
5+
Bug fixes:
6+
* Fixed `select_node_type` error ([#614](https://github.com/databricks/databricks-sdk-py/pull/614)).
7+
8+
39
## 0.25.0
410

511
### Behavior Changes

databricks/sdk/version.py

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

0 commit comments

Comments
 (0)