Skip to content

Commit

Permalink
Merge branch 'release/0.24.0.post0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Jul 15, 2021
2 parents de0446d + b9957df commit b44e8c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiohttp_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
SAView,
)

__version__ = '0.24.0'
__version__ = '0.24.0.post0'

__all__ = [
'DEFAULT_KEY',
Expand Down
4 changes: 2 additions & 2 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
========
Releases
========
Unreleased
----------
Version 0.24
------------
**Removed**
* ``SAInstanceView`` class;
* ``SAItemView`` synonym for ``SAInstanceView``;
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.24.0"
version = "0.24.0.post0"
description = "SQLAlchemy 1.4 / 2.0 support for aiohttp."
authors = [
"Ruslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>",
Expand Down

0 comments on commit b44e8c0

Please sign in to comment.