Bump version to 4.0.4

This commit is contained in:
Roman Mogylatov 2020-10-18 22:27:53 -04:00
parent 0ffa1e8392
commit 81c67f8b27
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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