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 68faca2 commit e651225Copy full SHA for e651225
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 0.1.8 ##
2
* Make cursor.fetch*() sync for async cursor
3
4
## 0.1.7 ##
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
-version = "0.1.7" # AUTOVERSION
+version = "0.1.8" # AUTOVERSION
description = "YDB Python DBAPI which complies with PEP 249"
5
authors = ["Yandex LLC <[email protected]>"]
6
readme = "README.md"
ydb_dbapi/version.py
@@ -1 +1 @@
-VERSION = "0.1.7"
+VERSION = "0.1.8"
0 commit comments