mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
1.12.0 release
This commit is contained in:
parent
ca3cf1a7ac
commit
0d00e2b0f5
|
@ -56,8 +56,8 @@ Documentation
|
|||
|
||||
*Dependency Injector* documentation is hosted on ReadTheDocs:
|
||||
|
||||
- `Stable version`_
|
||||
- `Latest version`_
|
||||
- `User's guide`_
|
||||
- `API docs`_
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
@ -150,8 +150,8 @@ Your feedback is quite important!
|
|||
|
||||
|
||||
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
|
||||
.. _Stable version: http://dependency_injector.readthedocs.org/en/stable/
|
||||
.. _Latest version: http://dependency_injector.readthedocs.org/en/latest/
|
||||
.. _User's guide: http://dependency_injector.readthedocs.org/en/stable/
|
||||
.. _API docs: http://dependency-injector.readthedocs.org/en/stable/api/
|
||||
.. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code
|
||||
.. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29
|
||||
.. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control
|
||||
|
|
|
@ -47,7 +47,7 @@ from .errors import UndefinedProviderError
|
|||
from . import catalogs
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.11.2'
|
||||
VERSION = '1.12.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -9,6 +9,10 @@ follows `Semantic versioning`_
|
|||
|
||||
Development version
|
||||
-------------------
|
||||
- No features.
|
||||
|
||||
1.12.0
|
||||
------
|
||||
- Add possibility to specialize ``Factory`` provided type.
|
||||
- Add possibility to specialize ``Singleton`` provided type.
|
||||
- Add possibility to specialize ``DeclarativeCatalog`` provider type.
|
||||
|
|
Loading…
Reference in New Issue
Block a user