1.13.0 release

This commit is contained in:
Roman Mogilatov 2015-12-28 17:40:26 +02:00
parent 319128260a
commit 7f46524162
4 changed files with 76 additions and 51 deletions

View File

@ -3,7 +3,7 @@ Dependency Injector
Dependency injection framework for Python projects. Dependency injection framework for Python projects.
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | | *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Latest Version | | | :alt: Latest Version |
@ -13,21 +13,31 @@ Dependency injection framework for Python projects.
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: License | | | :alt: License |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | | *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python versions | | | :alt: Supported Python versions |
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python implementations | | | :alt: Supported Python implementations |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | | *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
| | :target: https://travis-ci.org/rmk135/dependency_injector | | | :target: https://travis-ci.org/rmk135/dependency_injector |
| | :alt: Build Status | | | :alt: Build Status |
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | | | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
| | :target: https://coveralls.io/r/rmk135/dependency_injector | | | :target: https://coveralls.io/r/rmk135/dependency_injector |
| | :alt: Coverage Status | | | :alt: Coverage Status |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Github* | .. image:: https://img.shields.io/github/watchers/rmk135/dependency_injector.svg?style=social&label=Watch |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Watch |
| | .. image:: https://img.shields.io/github/stars/rmk135/dependency_injector.svg?style=social&label=Star |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Star |
| | .. image:: https://img.shields.io/github/forks/rmk135/dependency_injector.svg?style=social&label=Fork |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Fork |
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
*Dependency Injector* is a dependency injection framework for Python projects. *Dependency Injector* is a dependency injection framework for Python projects.
It was designed to be unified, developer's friendly tool for managing any kind It was designed to be unified, developer's friendly tool for managing any kind

View File

@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
from . import catalogs from . import catalogs
catalog = catalogs catalog = catalogs
VERSION = '1.12.0' VERSION = '1.13.0'
"""Version number that follows semantic versioning. """Version number that follows semantic versioning.
:type: str :type: str

View File

@ -3,7 +3,7 @@ Dependency Injector
Dependency injection framework for Python projects. Dependency injection framework for Python projects.
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | | *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Latest Version | | | :alt: Latest Version |
@ -13,21 +13,31 @@ Dependency injection framework for Python projects.
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: License | | | :alt: License |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | | *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python versions | | | :alt: Supported Python versions |
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python implementations | | | :alt: Supported Python implementations |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | | *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
| | :target: https://travis-ci.org/rmk135/dependency_injector | | | :target: https://travis-ci.org/rmk135/dependency_injector |
| | :alt: Build Status | | | :alt: Build Status |
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | | | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
| | :target: https://coveralls.io/r/rmk135/dependency_injector | | | :target: https://coveralls.io/r/rmk135/dependency_injector |
| | :alt: Coverage Status | | | :alt: Coverage Status |
+---------------------------------------+-------------------------------------------------------------------------------+ +---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| *Github* | .. image:: https://img.shields.io/github/watchers/rmk135/dependency_injector.svg?style=social&label=Watch |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Watch |
| | .. image:: https://img.shields.io/github/stars/rmk135/dependency_injector.svg?style=social&label=Star |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Star |
| | .. image:: https://img.shields.io/github/forks/rmk135/dependency_injector.svg?style=social&label=Fork |
| | :target: https://github.com/rmk135/dependency_injector |
| | :alt: Fork |
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
*Dependency Injector* is a dependency injection framework for Python projects. *Dependency Injector* is a dependency injection framework for Python projects.
It was designed to be unified, developer's friendly tool for managing any kind It was designed to be unified, developer's friendly tool for managing any kind

View File

@ -9,9 +9,14 @@ follows `Semantic versioning`_
Development version Development version
------------------- -------------------
- No features.
1.13.0
------
- Add ``DelegatedCallable`` provider. - Add ``DelegatedCallable`` provider.
- Add ``DelegatedFactory`` provider. - Add ``DelegatedFactory`` provider.
- Add ``DelegatedSingleton`` provider. - Add ``DelegatedSingleton`` provider.
- Add some documentation improvements.
1.12.0 1.12.0
------ ------