Skip to content

Commit

Permalink
Release 1.1.0 (#490)
Browse files Browse the repository at this point in the history
* use async api in delta sharing client for view query

* address comments

* addressing comments

* addressing comments.

* address comments

* address comments

* address comments

* update comments

* update indent

* address comments

* address comments

* fix build issue

* fixing errors in integration testing

* address comments

* address comments

* addressing comments

* fix indentation

* Update Python connector version to 1.1.0

* Update Python connector version to 1.1.0

* Setting version to 1.1.0

* Update Python connector version to 1.1.0

* Update Python connector version to 1.1.0
  • Loading branch information
jadewang-db authored May 31, 2024
1 parent a29aed7 commit db5d02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/delta_sharing/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "1.0.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.0"
version in ThisBuild := "1.1.0"

0 comments on commit db5d02d

Please sign in to comment.