mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
1.14.10 release
This commit is contained in:
parent
85c5759af9
commit
dba896670c
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
||||||
from . import catalogs
|
from . import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.14.9'
|
VERSION = '1.14.10'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
1.14.10
|
||||||
|
-------
|
||||||
|
- Add "catalog-providing-callbacks" example and several tests for it.
|
||||||
|
|
||||||
1.14.9
|
1.14.9
|
||||||
------
|
------
|
||||||
- Add ``override`` decorator in providers module.
|
- Add ``override`` decorator in providers module.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user