Skip to content

Commit

Permalink
Release: 0.0.1b8
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Nov 2, 2024
1 parent b49c522 commit 7b4fac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 0.0.1b8 ##
* Cherry pick settings propagation

## 0.0.1b7 ##
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
version = "0.0.1b7" # AUTOVERSION
version = "0.0.1b8" # AUTOVERSION
description = "YDB Python DBAPI which complies with PEP 249"
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ydb_dbapi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.1b7"
VERSION = "0.0.1b8"

0 comments on commit 7b4fac3

Please sign in to comment.