Bump version to 3.15.4

This commit is contained in:
Roman Mogylatov 2020-01-26 20:37:13 -05:00
parent 78dd3ec744
commit b00edad1b9
3 changed files with 10 additions and 6 deletions

View File

@ -26,17 +26,17 @@ Status
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *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.org/project/dependency-injector/ |
| | :alt: Latest Version | | | :alt: Latest Version |
| | .. 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.org/project/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.org/project/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.org/project/dependency-injector/ |
| | :alt: Supported Python implementations | | | :alt: Supported Python implementations |
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | | *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master |
@ -404,6 +404,6 @@ Your feedback is quite important!
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection .. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control .. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
.. _PyPi: https://pypi.python.org/pypi/dependency_injector .. _PyPi: https://pypi.org/project/dependency-injector/
.. _User's guide: http://python-dependency-injector.ets-labs.org/ .. _User's guide: http://python-dependency-injector.ets-labs.org/
.. _API docs: http://python-dependency-injector.ets-labs.org/api/ .. _API docs: http://python-dependency-injector.ets-labs.org/api/

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
3.15.4
------
- Update a link to the PyPi page on the README page.
3.15.3 3.15.3
------ ------
- Fix a typo in the link to the PyPi on the "Dependency Injection in Python" documentation page. - Fix a typo in the link to the PyPi on the "Dependency Injection in Python" documentation page.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package.""" """Dependency injector top-level package."""
__version__ = '3.15.3' __version__ = '3.15.4'
"""Version number that follows semantic versioning. """Version number that follows semantic versioning.
:type: str :type: str