diff --git a/README.rst b/README.rst index a50164ad..c88cd6f4 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,9 @@ Status | | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | | | :target: https://pypi.org/project/dependency-injector/ | | | :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 | | | :target: https://pypi.org/project/dependency-injector/ | diff --git a/docs/index.rst b/docs/index.rst index dcaff71d..11421144 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,6 +46,9 @@ Status | | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | | | :target: https://pypi.org/project/dependency-injector/ | | | :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 | | | :target: https://pypi.org/project/dependency-injector/ | diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index de8a7d8d..ac08868a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,10 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +3.15.4 +------ +- Add downloads badge. + 3.15.4 ------ - Update a link to the PyPi page on the README page. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 68b2f205..2e0e52d9 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Dependency injector top-level package.""" -__version__ = '3.15.4' +__version__ = '3.15.5' """Version number that follows semantic versioning. :type: str