Merge branch 'feature/update-cython-0-26' into develop

This commit is contained in:
Roman Mogylatov 2017-08-08 19:07:06 +03:00
commit b804976947
4 changed files with 23236 additions and 288 deletions

View File

@ -7,6 +7,10 @@ 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
-------------------
- Regenerate C sources using Cython 0.26.
3.6.0 3.6.0
----- -----
- Add ``CallableDelegate`` provider. - Add ``CallableDelegate`` provider.

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff