Skip to content

Commit

Permalink
Merge branch 'release/0.13.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Jun 15, 2021
2 parents 2cb99f4 + 38d308a commit aab7406
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 25 deletions.
22 changes: 12 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
==================
aiohttp-sqlalchemy
==================
.. image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
|Release| |Python versions| |Downloads count| |Build status| |Test coverage| |Documantation|

.. image:: https://badge.fury.io/py/aiohttp-sqlalchemy.svg
.. |Release| image:: https://badge.fury.io/py/aiohttp-sqlalchemy.svg
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Package version
:alt: Release

.. image:: https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9-blue
.. |Python versions| image:: https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9-blue
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Python versions supported
:alt: Python versions

.. image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
.. |Downloads count| image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
:target: https://pypistats.org/packages/aiohttp-sqlalchemy
:alt: Downloads count

.. image:: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy.svg?branch=master
.. |Build status| image:: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy.svg?branch=master
:target: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy
:alt: Build status

.. image:: https://coveralls.io/repos/github/ri-gilfanov/aiohttp-sqlalchemy/badge.svg?branch=master
.. |Test coverage| image:: https://coveralls.io/repos/github/ri-gilfanov/aiohttp-sqlalchemy/badge.svg?branch=master
:target: https://coveralls.io/github/ri-gilfanov/aiohttp-sqlalchemy?branch=master
:alt: Test coverage

.. |Documantation| image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation

SQLAlchemy 1.4 / 2.0 support for aiohttp.

The library provides the next features:
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
TSABinding = Tuple[TSessionFactory, str, bool]


__version__ = '0.13.1'
__version__ = '0.13.2'

__all__ = ['DuplicateAppKeyError', 'DuplicateRequestKeyError',
'SAAbstractView', 'SABaseView', 'sa_bind', 'sa_decorator',
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.13.1'
release = '0.13.2'


# -- General configuration ---------------------------------------------------
Expand Down
26 changes: 14 additions & 12 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,38 @@ Welcome to aiohttp-sqlalchemy's documentation!
:caption: Contents:

.. contents:: Table of Contents
:depth: 2
:depth: 1
:local:


Overview
--------
.. image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
|Release| |Python versions| |Downloads count| |Build status| |Test coverage| |Documantation|

.. image:: https://badge.fury.io/py/aiohttp-sqlalchemy.svg
.. |Release| image:: https://badge.fury.io/py/aiohttp-sqlalchemy.svg
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Package version
:alt: Release

.. image:: https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9-blue
.. |Python versions| image:: https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9-blue
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Python versions supported
:alt: Python versions

.. image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
.. |Downloads count| image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
:target: https://pypistats.org/packages/aiohttp-sqlalchemy
:alt: Downloads count

.. image:: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy.svg?branch=master
.. |Build status| image:: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy.svg?branch=master
:target: https://travis-ci.com/ri-gilfanov/aiohttp-sqlalchemy
:alt: Build status

.. image:: https://coveralls.io/repos/github/ri-gilfanov/aiohttp-sqlalchemy/badge.svg?branch=master
.. |Test coverage| image:: https://coveralls.io/repos/github/ri-gilfanov/aiohttp-sqlalchemy/badge.svg?branch=master
:target: https://coveralls.io/github/ri-gilfanov/aiohttp-sqlalchemy?branch=master
:alt: Test coverage

.. |Documantation| image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation

SQLAlchemy 1.4 / 2.0 support for aiohttp.

The library provides the next features:
Expand Down Expand Up @@ -219,7 +221,7 @@ Change log
Version 0.13
^^^^^^^^^^^^
Changed
"""""
"""""""
* Argument ``expire_on_commit`` of ``sessionmaker`` set to ``False``
by default.

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.13.1"
version = "0.13.2"
description = "SQLAlchemy 1.4 / 2.0 support for aiohttp."
authors = [
"Ruslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>",
Expand Down

0 comments on commit aab7406

Please sign in to comment.