Skip to content

Commit b470a62

Browse files
author
robot
committed
Release: 0.0.1b7
1 parent 5f81f28 commit b470a62

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 0.0.1b7 ##
12
* Add missing param to cursor constructor
23

34
## 0.0.1b6 ##

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.1b6" # AUTOVERSION
3+
version = "0.0.1b7" # AUTOVERSION
44
description = "YDB Python DBAPI which complies with PEP 249"
55
authors = ["Yandex LLC <[email protected]>"]
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.1b6"
1+
VERSION = "0.0.1b7"

0 commit comments

Comments
 (0)