Bump version to 4.25.1

This commit is contained in:
Roman Mogylatov 2021-02-19 08:11:18 -05:00
parent a85d89e6f2
commit e5017347c7
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.25.1
------
- Amend docs and add another example for ``@containers.copy()`` decorator.
4.25.0
------
- Add ``application-multiple-containers-runtime-overriding`` example. This example demonstrates

View File

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