Merge branch 'release/4.6.1' into master

This commit is contained in:
Roman Mogylatov 2021-01-10 20:02:57 -05:00
commit 6e77a95909
3 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
4.6.1
-----
- Add Disqus comments widget to the provider's async injections docs page.
4.6.0 4.6.0
----- -----
- Add support of async injections for providers. - Add support of async injections for providers.

View File

@ -106,3 +106,5 @@ See also:
- Wiring :ref:`async-injections-wiring` - Wiring :ref:`async-injections-wiring`
- Resource provider :ref:`resource-async-initializers` - Resource provider :ref:`resource-async-initializers`
- :ref:`fastapi-redis-example` - :ref:`fastapi-redis-example`
.. disqus::

View File

@ -1,6 +1,6 @@
"""Top-level package.""" """Top-level package."""
__version__ = '4.6.0' __version__ = '4.6.1'
"""Version number. """Version number.
:type: str :type: str