mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 15:10:47 +03:00
1.14.9 release
This commit is contained in:
parent
fbf654d824
commit
ad27f44b67
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
||||||
from . import catalogs
|
from . import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.14.8'
|
VERSION = '1.14.9'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -11,6 +11,13 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
1.14.9
|
||||||
|
------
|
||||||
|
- Add ``override`` decorator in providers module.
|
||||||
|
- Add storing of originally decorated instance in ``inject`` decorator.
|
||||||
|
- Add several refactorings.
|
||||||
|
- Switch to ``pydocstyle`` tool from ``pep257``.
|
||||||
|
|
||||||
1.14.8
|
1.14.8
|
||||||
------
|
------
|
||||||
- Update README.
|
- Update README.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user