From 5111db67daa7cbef862ce6385d293cffa8789ccb Mon Sep 17 00:00:00 2001 From: Ruslan Ilyasovich Gilfanov Date: Wed, 16 Jun 2021 23:23:49 +0500 Subject: [PATCH] Version placeholder 0.15.2 --- aiohttp_sqlalchemy/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aiohttp_sqlalchemy/__init__.py b/aiohttp_sqlalchemy/__init__.py index b90c86f..84cc147 100644 --- a/aiohttp_sqlalchemy/__init__.py +++ b/aiohttp_sqlalchemy/__init__.py @@ -22,7 +22,7 @@ TSABinding = Tuple[TSessionFactory, str, bool] -__version__ = '0.15.1' +__version__ = '0.15.2' __all__ = ['bind', 'DuplicateAppKeyError', 'DuplicateRequestKeyError', 'init_db', 'SAAbstractView', 'SABaseView', 'SA_DEFAULT_KEY', diff --git a/docs/conf.py b/docs/conf.py index 0348c83..2eb1bfe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Ruslan Ilyasovich Gilfanov' # The full version, including alpha/beta/rc tags -release = '0.15.1' +release = '0.15.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5d8ec28..4f05bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohttp-sqlalchemy" -version = "0.15.1" +version = "0.15.2" description = "SQLAlchemy 1.4 / 2.0 support for aiohttp." authors = [ "Ruslan Ilyasovich Gilfanov ",