mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +03:00
Merge branch 'release/3.15.5' into master
This commit is contained in:
commit
b3eb05f705
|
@ -31,6 +31,9 @@ Status
|
||||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||||
| | :target: https://pypi.org/project/dependency-injector/ |
|
| | :target: https://pypi.org/project/dependency-injector/ |
|
||||||
| | :alt: License |
|
| | :alt: License |
|
||||||
|
| | .. image:: https://pepy.tech/badge/dependency-injector |
|
||||||
|
| | :target: https://pepy.tech/project/dependency-injector |
|
||||||
|
| | :alt: Downloads |
|
||||||
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
| *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.org/project/dependency-injector/ |
|
| | :target: https://pypi.org/project/dependency-injector/ |
|
||||||
|
|
|
@ -46,6 +46,9 @@ Status
|
||||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||||
| | :target: https://pypi.org/project/dependency-injector/ |
|
| | :target: https://pypi.org/project/dependency-injector/ |
|
||||||
| | :alt: License |
|
| | :alt: License |
|
||||||
|
| | .. image:: https://pepy.tech/badge/dependency-injector |
|
||||||
|
| | :target: https://pepy.tech/project/dependency-injector |
|
||||||
|
| | :alt: Downloads |
|
||||||
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
| *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.org/project/dependency-injector/ |
|
| | :target: https://pypi.org/project/dependency-injector/ |
|
||||||
|
|
|
@ -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
|
||||||
|
------
|
||||||
|
- Add downloads badge.
|
||||||
|
|
||||||
3.15.4
|
3.15.4
|
||||||
------
|
------
|
||||||
- Update a link to the PyPi page on the README page.
|
- Update a link to the PyPi page on the README page.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.15.4'
|
__version__ = '3.15.5'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user