Bump version to 4.11.1

This commit is contained in:
Roman Mogylatov 2021-01-27 09:18:34 -05:00
parent 31042cd99b
commit 24c611e0dc
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
4.11.1
------
- Fix a bug in ``@containers.copy`` to improve replacing of subcontainer providers.
See issue `#378 <https://github.com/ets-labs/python-dependency-injector/issues/378>`_.
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for reporting the issue.
4.11.0
------
- Add ``loader`` argument to the configuration provider ``Configuration.from_yaml(..., loader=...)``

View File

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