Merge branch 'release/3.15.6' into master

This commit is contained in:
Roman Mogylatov 2020-02-18 17:53:10 -05:00
commit ebd98bebe9
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.15.4
3.15.6
------
- Fix changelog typo.
3.15.5
------
- Add downloads badge.

View File

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