diff --git a/dependency_injector/__init__.py b/dependency_injector/__init__.py index 5784bfb7..260f7d0d 100644 --- a/dependency_injector/__init__.py +++ b/dependency_injector/__init__.py @@ -61,7 +61,7 @@ from dependency_injector.errors import ( from dependency_injector import catalogs catalog = catalogs -VERSION = '1.16.4' +VERSION = '1.16.5' """Version number that follows semantic versioning. :type: str diff --git a/docs/examples/movie_lister.rst b/docs/examples/movie_lister.rst index 76df7984..2fbd4635 100644 --- a/docs/examples/movie_lister.rst +++ b/docs/examples/movie_lister.rst @@ -101,4 +101,4 @@ Listing of ``app_db_csv.py``: :language: python :linenos: -.. _GitHub: https://github.com/ets-labs/dependency_injector/tree/master/examples/miniapps/movie_lister +.. _GitHub: https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/movie_lister diff --git a/docs/index.rst b/docs/index.rst index 0f24c9c0..3a7303ef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,31 +26,31 @@ of Python objects and their dependencies in formal, pretty way. 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/ets-labs/dependency_injector.svg?branch=master | -| | :target: https://travis-ci.org/ets-labs/dependency_injector | -| | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg | -| | :target: https://coveralls.io/r/ets-labs/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/ets-labs/python-dependency-injector.svg?branch=master | +| | :target: https://travis-ci.org/ets-labs/python-dependency-injector | +| | :alt: Build Status | +| | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg | +| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | +| | :alt: Coverage Status | ++---------------------------------------+----------------------------------------------------------------------------------------+ Contents -------- diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 46912444..18078059 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,6 +11,11 @@ Development version ------------------- - No features. +1.16.5 +------ +- Move project to ``https://github.com/ets-labs/python-dependency-injector``. +- Move project docs to ``http://python-dependency-injector.ets-labs.org/``. + 1.16.4 ------ - Add some documentation improvements. diff --git a/docs/main/feedback.rst b/docs/main/feedback.rst index bd11a496..c5a60c18 100644 --- a/docs/main/feedback.rst +++ b/docs/main/feedback.rst @@ -4,6 +4,6 @@ Feedback Feel free to post questions, bugs, feature requests, proposals etc. on *Dependency Injector* GitHub Issues: - https://github.com/ets-labs/dependency_injector/issues + https://github.com/ets-labs/python-dependency-injector/issues Your feedback is quite important! diff --git a/docs/main/installation.rst b/docs/main/installation.rst index cf05a9a3..1422383b 100644 --- a/docs/main/installation.rst +++ b/docs/main/installation.rst @@ -33,5 +33,5 @@ Verification of currently installed version could be done using '0.11.0' .. _PyPi: https://pypi.python.org/pypi/dependency_injector -.. _GitHub: https://github.com/ets-labs/dependency_injector -.. _GitHub releases page: https://github.com/ets-labs/dependency_injector/releases +.. _GitHub: https://github.com/ets-labs/python-dependency-injector +.. _GitHub releases page: https://github.com/ets-labs/python-dependency-injector/releases