Merge branch 'release/3.11.1' into master

This commit is contained in:
Roman Mogylatov 2018-01-26 09:25:05 -08:00
commit 13fd1be6c2
3 changed files with 7 additions and 1 deletions

View File

@ -4,3 +4,5 @@ Dependency Injector Contributors
+ Roman Mogilatov (rmk135)
+ Konstantin vz'One Enchant (sirkonst)
+ Terrence Brannon (metaperl)
+ Stanislav Lobanov (asyncee)
+ James Lafa (jameslafa)

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.1
------
- Fix small typo in documentation (thanks to James Lafa).
3.11.0
------
- Improve ``Configuration`` provider overriding logic.

View File

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