Skip to content

Commit fabe7c4

Browse files
authored
Release v0.27.1 (#646)
## 0.27.1 ### Bug Fixes * Fix null body response to empty in ApiClient ([#579](#579)). Note: This is a patch release. The release with SDK Generation will be done as part of biweekly cadence.
1 parent 53e99a5 commit fabe7c4

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.27.1
4+
5+
### Bug Fixes
6+
* Fix null body response to empty in ApiClient ([#579](https://github.com/databricks/databricks-sdk-py/pull/579)).
7+
8+
39
## 0.27.0
410

511
### New Features

databricks/sdk/version.py

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

0 commit comments

Comments
 (0)