Bump version to 4.8.0

This commit is contained in:
Roman Mogylatov 2021-01-12 08:42:14 -05:00
parent cd4807b2f9
commit 6b8239ebb4
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
4.8.0
-----
- Add support of overriding ``Container`` provider.
See issue `#354 <https://github.com/ets-labs/python-dependency-injector/issues/354>`_.
4.7.0
-----
- Add container injection support for wiring.

View File

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