mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Merge branch 'release/3.7.1' into master
This commit is contained in:
commit
73ce30e2ba
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
six>=1.7.0,<=1.10.0
|
||||
six>=1.7.0,<=1.11.0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user