Skip to content

Commit

Permalink
Release: 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Feb 27, 2025
1 parent 4e82a92 commit 1ce95c3
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.1.8 ##
* Fix async cursor close method

## 0.1.7 ##
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="ydb-sqlalchemy",
version="0.1.7", # AUTOVERSION
version="0.1.8", # AUTOVERSION
description="YDB Dialect for SQLAlchemy",
author="Yandex LLC",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion ydb_sqlalchemy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.7"
VERSION = "0.1.8"

0 comments on commit 1ce95c3

Please sign in to comment.