mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Release 1.16.8
This commit is contained in:
parent
672eb6dfd7
commit
69043d9c4e
|
@ -61,7 +61,7 @@ from dependency_injector.errors import (
|
||||||
from dependency_injector import catalogs
|
from dependency_injector import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.16.7'
|
VERSION = '1.16.8'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -98,8 +98,8 @@ Let's go through next example:
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
``Car`` **creates** an ``Engine`` during its creation. Really? Does it make
|
``Car`` **creates** an ``Engine`` during its creation. Really? Does it make
|
||||||
more sense then creating an ``Engine`` separatelly and then
|
more sense than creating an ``Engine`` separately and then
|
||||||
**put (inject) it into** ``Car`` when ``Car`` is being created?
|
**inject (put) it into** ``Car`` when ``Car`` is being created?
|
||||||
|
|
||||||
.. literalinclude:: ../../examples/ioc_di_demos/car_engine_ioc.py
|
.. literalinclude:: ../../examples/ioc_di_demos/car_engine_ioc.py
|
||||||
:language: python
|
:language: python
|
||||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
1.16.8
|
||||||
|
------
|
||||||
|
- Fix some typos in introduction section of documentation.
|
||||||
|
|
||||||
1.16.7
|
1.16.7
|
||||||
------
|
------
|
||||||
- Add some changes into introduction section of documentation.
|
- Add some changes into introduction section of documentation.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user