Merge pull request #171 from ets-labs/feature/add-six-1-11-0

Add six 1.11.0 to the list of compatible dependencies
This commit is contained in:
Roman Mogylatov 2017-10-10 15:31:33 -07:00 committed by GitHub
commit 2808ae157b
5 changed files with 5578 additions and 4540 deletions

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development version
-------------------
- Add support of six 1.11.0.
- Regenerate C sources using Cython 0.27.
3.6.1 3.6.1
----- -----
- Regenerate C sources using Cython 0.26. - Regenerate C sources using Cython 0.26.

View File

@ -1,4 +1,4 @@
cython==0.26 cython==0.27
tox tox
unittest2 unittest2
coverage coverage

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff