Merge branch 'release/3.7.1' into master

This commit is contained in:
Roman Mogylatov 2017-10-30 17:05:36 +02:00
commit 73ce30e2ba
3 changed files with 6 additions and 2 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.7.1
-----
- Add support of six 1.11.0.
3.7.0
-----
- Add ``FactoryAggregate`` provider.

View File

@ -1 +1 @@
six>=1.7.0,<=1.10.0
six>=1.7.0,<=1.11.0

View File

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