Skip to content

Commit

Permalink
Merge tag '0.15.2' into develop
Browse files Browse the repository at this point in the history
0.15.2
  • Loading branch information
ri-gilfanov committed Jun 16, 2021
2 parents 5d6cbe2 + b89a452 commit cf85d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiohttp_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ri.gilfanov@yandex.ru>",
Expand Down

0 comments on commit cf85d67

Please sign in to comment.