Bump version to 3.24.0

This commit is contained in:
Roman Mogylatov 2020-07-28 19:20:16 -04:00
parent 49df72d47f
commit e0990794f2
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.24.0
------
- Add ``Aiohttp`` integration module ``dependency_injector.ext.aiohttp``.
- Add ``Aiohttp`` + ``Dependency Injector`` example ``giphynav-aiohttp``.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.23.2'
__version__ = '3.24.0'
"""Version number that follows semantic versioning.
:type: str