From 3c8309203825c42345ace8f14af4a5b996007492 Mon Sep 17 00:00:00 2001 From: robot Date: Wed, 13 Nov 2024 10:00:02 +0000 Subject: [PATCH] Release: 0.1.0 --- CHANGELOG.md | 1 + setup.py | 2 +- ydb_sqlalchemy/_version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5685f2..6b4481a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 0.1.0 ## * Update DBAPI to QueryService ## 0.0.1b23 ## diff --git a/setup.py b/setup.py index 9c8e82b..61878f5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb-sqlalchemy", - version="0.0.1b23", # AUTOVERSION + version="0.1.0", # AUTOVERSION description="YDB Dialect for SQLAlchemy", author="Yandex LLC", author_email="ydb@yandex-team.ru", diff --git a/ydb_sqlalchemy/_version.py b/ydb_sqlalchemy/_version.py index ed4d64a..1cf6267 100644 --- a/ydb_sqlalchemy/_version.py +++ b/ydb_sqlalchemy/_version.py @@ -1 +1 @@ -VERSION = "0.0.1b23" +VERSION = "0.1.0"