Skip to content

Commit 86765cd

Browse files
authored
Merge branch 'main' into fix_get_table_names
2 parents 53be57d + 3b4a225 commit 86765cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.1b5 ##
2+
* Add prefix pragma to scheme queries
3+
14
## 0.0.1b4 ##
25
* Add table prefix pragma to queries
36

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ydb-dbapi"
3-
version = "0.0.1b4" # AUTOVERSION
3+
version = "0.0.1b5" # AUTOVERSION
44
description = "YDB Python DBAPI which complies with PEP 249"
55
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
66
readme = "README.md"

ydb_dbapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.1b4"
1+
VERSION = "0.0.1b5"

0 commit comments

Comments
 (0)