We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96580c commit 3d7b511Copy full SHA for 3d7b511
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 0.1.19 ##
2
* Ability to pass custom DriverConfig kwargs
3
4
## 0.1.18 ##
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
-version = "0.1.18" # AUTOVERSION
+version = "0.1.19" # 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.1.18"
+VERSION = "0.1.19"
0 commit comments