Merge branch 'release/3.11.3' into master

This commit is contained in:
Roman Mogylatov 2018-02-22 15:32:30 +02:00
commit 481bb25f3e
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.11.3
------
- Fix padding problem in code samples in docs.
3.11.2
------
- Fix padding problem in code samples in docs.

View File

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