1.12.0 release

This commit is contained in:
Roman Mogilatov 2015-12-15 17:02:21 +02:00
parent ca3cf1a7ac
commit 0d00e2b0f5
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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.