diff --git a/README.rst b/README.rst index 634721de..8962fb5d 100644 --- a/README.rst +++ b/README.rst @@ -3,31 +3,41 @@ Dependency Injector Dependency injection framework for Python projects. -+---------------------------------------+-------------------------------------------------------------------------------+ -| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Latest Version | -| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Downloads | -| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: License | -+---------------------------------------+-------------------------------------------------------------------------------+ -| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python versions | -| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python implementations | -+---------------------------------------+-------------------------------------------------------------------------------+ -| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | -| | :target: https://travis-ci.org/rmk135/dependency_injector | -| | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | -| | :target: https://coveralls.io/r/rmk135/dependency_injector | -| | :alt: Coverage Status | -+---------------------------------------+-------------------------------------------------------------------------------+ ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Latest Version | +| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Downloads | +| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: License | ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python versions | +| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python implementations | ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | +| | :target: https://travis-ci.org/rmk135/dependency_injector | +| | :alt: Build Status | +| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | +| | :target: https://coveralls.io/r/rmk135/dependency_injector | +| | :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. It was designed to be unified, developer's friendly tool for managing any kind diff --git a/dependency_injector/__init__.py b/dependency_injector/__init__.py index 927246f5..572d1084 100644 --- a/dependency_injector/__init__.py +++ b/dependency_injector/__init__.py @@ -51,7 +51,7 @@ from .errors import UndefinedProviderError from . import catalogs catalog = catalogs -VERSION = '1.12.0' +VERSION = '1.13.0' """Version number that follows semantic versioning. :type: str diff --git a/docs/index.rst b/docs/index.rst index bedcdd2a..c530583a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,31 +3,41 @@ Dependency Injector Dependency injection framework for Python projects. -+---------------------------------------+-------------------------------------------------------------------------------+ -| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Latest Version | -| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Downloads | -| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: License | -+---------------------------------------+-------------------------------------------------------------------------------+ -| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python versions | -| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python implementations | -+---------------------------------------+-------------------------------------------------------------------------------+ -| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | -| | :target: https://travis-ci.org/rmk135/dependency_injector | -| | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | -| | :target: https://coveralls.io/r/rmk135/dependency_injector | -| | :alt: Coverage Status | -+---------------------------------------+-------------------------------------------------------------------------------+ ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Latest Version | +| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Downloads | +| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: License | ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python versions | +| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python implementations | ++---------------------------------------+-----------------------------------------------------------------------------------------------------------+ +| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master | +| | :target: https://travis-ci.org/rmk135/dependency_injector | +| | :alt: Build Status | +| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | +| | :target: https://coveralls.io/r/rmk135/dependency_injector | +| | :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. It was designed to be unified, developer's friendly tool for managing any kind diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index bd2fb032..784ee248 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,9 +9,14 @@ follows `Semantic versioning`_ Development version ------------------- +- No features. + +1.13.0 +------ - Add ``DelegatedCallable`` provider. - Add ``DelegatedFactory`` provider. - Add ``DelegatedSingleton`` provider. +- Add some documentation improvements. 1.12.0 ------