mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
1.14.3 release
This commit is contained in:
parent
0e5ec6956e
commit
6c26643e92
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
|||
from . import catalogs
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.14.2'
|
||||
VERSION = '1.14.3'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -11,6 +11,13 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
1.14.3
|
||||
------
|
||||
- Optimize internals of providers.
|
||||
- Optimize ``Callable`` provider.
|
||||
- Optimize ``Factory`` provider.
|
||||
- Optimize ``Singleton`` provider.
|
||||
|
||||
1.14.2
|
||||
------
|
||||
- Update documentation and description.
|
||||
|
|
Loading…
Reference in New Issue
Block a user