Bump version to 4.8.1

This commit is contained in:
Roman Mogylatov 2021-01-12 17:50:11 -05:00
parent dd57c68ce5
commit b425ac955c
2 changed files with 8 additions and 1 deletions

View File

@ -7,10 +7,17 @@ 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.8.1
-----
- Fix declarative container multi-level inheritance issue.
See issue `#350 <https://github.com/ets-labs/python-dependency-injector/issues/350>`_.
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for submitting the issue.
4.8.0 4.8.0
----- -----
- Add support of overriding ``Container`` provider. - Add support of overriding ``Container`` provider.
See issue `#354 <https://github.com/ets-labs/python-dependency-injector/issues/354>`_. See issue `#354 <https://github.com/ets-labs/python-dependency-injector/issues/354>`_.
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for submitting the issue.
4.7.0 4.7.0
----- -----

View File

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