Bump version to 4.18.0

This commit is contained in:
Roman Mogylatov 2021-02-05 17:23:10 -05:00
parent b25356d2fa
commit e80c56f9be
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
-------------------
4.18.0
------
- Add ``container.reset_singleton()`` method to reset container singletons.
- Refactor ``container.apply_container_providers_overridings()`` to use ``container.traverse()``.
This enables deep lazy initialization of ``Container`` providers.

View File

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