Bump version to 3.28.0

This commit is contained in:
Roman Mogylatov 2020-08-08 14:49:08 -04:00
parent 3a61457be7
commit d3f3b58389
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.28.0
------
- Add ``asyncio`` + ``Dependency Injector`` example ``monitoring-daemon-asyncio``.
- Add ``asyncio`` + ``Dependency Injector`` monitoring daemon tutorial.
- Fix a typo in the docblock of the ``Configuration`` provider.

View File

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