mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Bump version to 4.18.0
This commit is contained in:
parent
b25356d2fa
commit
e80c56f9be
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.17.0'
|
||||
__version__ = '4.18.0'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user