From 4a42510e5eb51c964d1f8f49438f75384a4f1663 Mon Sep 17 00:00:00 2001 From: robot Date: Fri, 29 Nov 2024 07:52:52 +0000 Subject: [PATCH] Release: 0.1.3 --- 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 eeb0164..7c7daaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 0.1.3 ## * Fix declare param_name cutting ## 0.1.2 ## diff --git a/setup.py b/setup.py index 2c6c80c..5897ecd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb-sqlalchemy", - version="0.1.2", # AUTOVERSION + version="0.1.3", # 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 5411c9a..6d1f1c8 100644 --- a/ydb_sqlalchemy/_version.py +++ b/ydb_sqlalchemy/_version.py @@ -1 +1 @@ -VERSION = "0.1.2" +VERSION = "0.1.3"