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 f9a0c95 commit d4c317cCopy full SHA for d4c317c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 0.0.1b4 ##
2
* Add table prefix pragma to queries
3
4
## 0.0.1b3 ##
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
-version = "0.0.1b3" # AUTOVERSION
+version = "0.0.1b4" # AUTOVERSION
description = "YDB Python DBAPI which complies with PEP 249"
5
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
6
readme = "README.md"
ydb_dbapi/version.py
@@ -1 +1 @@
-VERSION = "0.0.1b3"
+VERSION = "0.0.1b4"
0 commit comments