Bump version to 3.15.5

This commit is contained in:
Roman Mogylatov 2020-02-18 17:50:56 -05:00
parent a0349305db
commit 6c81568888
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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