Increase version to 3.7.1

This commit is contained in:
Roman Mogylatov 2017-10-30 16:52:05 +02:00
parent 12cfa78850
commit ea111c452b
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.7.1
-----
- Add support of six 1.11.0.
3.7.0
-----
- Add ``FactoryAggregate`` provider.

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