Skip to content

Commit

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

__version__ = '0.22.0'
__version__ = '0.22.0.post0'

__all__ = [
'DEFAULT_KEY',
Expand Down
4 changes: 4 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Main user functionality

Class based views
-----------------
.. warning::

API of most view classes module stabilizes to version 1.0.

.. autoclass:: aiohttp_sqlalchemy.SAMixin
:inherited-members:
:members:
Expand Down
21 changes: 16 additions & 5 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
========
Releases
========
Unreleased
----------
**Changed**
Version 0.22
------------
**Added**

* ``SAInstanceMixin`` divided into ``SAInstanceMixin`` and
``SAPrimaryKeyMixin``.
* ``SAModelDeleteMixin``;
* ``SAModelEditMixin``;
* ``SAModelViewMixin``;
* ``SAPrimaryKeyMixin``;
* ``SAInstanceAddMixin``;
* ``SAInstanceDeleteMixin``;
* ``SAInstanceEditMixin``;
* ``SAInstanceViewMixin``;
* ``SAListMixin``;
* ``SAListAddMixin``;
* ``SAListDeleteMixin``;
* ``SAListEditMixin``;
* ``SAListViewMixin``.

Version 0.21
------------
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.22.0"
version = "0.22.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 c5ff5d9

Please sign in to comment.