mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-17 03:50:56 +03:00
Merge branch 'release/3.13.1' into master
This commit is contained in:
commit
1cd3bd18e8
|
@ -2,8 +2,9 @@ Chained Factories pattern
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
This example demonstrate implementation of "Chained Factories" pattern.
|
This example demonstrate implementation of "Chained Factories" pattern.
|
||||||
Main idea of this pattern is about wrapping `Factory` into other `Factory`
|
Main idea of this pattern is about wrapping :py:class:`Factory` into
|
||||||
that mix additional arguments or keyword arguments to a wrapped one.
|
another :py:class:`Factory` that mix additional arguments or keyword
|
||||||
|
arguments to a wrapped one.
|
||||||
|
|
||||||
Listing of ``data.py``, demonstrates sample classes structure:
|
Listing of ``data.py``, demonstrates sample classes structure:
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.13.1
|
||||||
|
------
|
||||||
|
- Fix typo on "Chained Factories" pattern docs page.
|
||||||
|
|
||||||
3.13.0
|
3.13.0
|
||||||
------
|
------
|
||||||
- Add Python 3.7 support.
|
- Add Python 3.7 support.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.13.0'
|
__version__ = '3.13.1'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user