mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-30 03:04:16 +03:00
Bump version to 4.0.4
This commit is contained in:
parent
0ffa1e8392
commit
81c67f8b27
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
4.0.4
|
||||
-----
|
||||
- Fix typing stubs for ``container.override()`` method.
|
||||
|
||||
4.0.3
|
||||
-----
|
||||
- Deprecate ``@containers.override()`` and ``@containers.copy()`` decorators.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.0.3'
|
||||
__version__ = '4.0.4'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user