Skip to content

Commit ba071ec

Browse files
author
robot
committed
Release: 3.23.3
1 parent df00597 commit ba071ec

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 3.23.3 ##
12
* Make attach session error readable
23

34
## 3.23.2 ##

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="ydb",
16-
version="3.23.2", # AUTOVERSION
16+
version="3.23.3", # AUTOVERSION
1717
description="YDB Python SDK",
1818
author="Yandex LLC",
1919
author_email="ydb@yandex-team.ru",

ydb/ydb_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.23.2"
1+
VERSION = "3.23.3"

0 commit comments

Comments
 (0)