Skip to content

Commit

Permalink
Regenerate C sources using Cython 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jun 22, 2018
1 parent 926d152 commit 4d3573d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/main/changelog.rst
Expand Up @@ -10,6 +10,10 @@ follows `Semantic versioning`_
Development version
-------------------
- Add new example miniapp "ioc_container".
- Fix incompatibility issue between Python 3.3, pip 10.0.0 and virtualenv
16.0.0 (`details <https://github.com/awslabs/base64io-python/issues/4>`_)
that caused failures of Python 3.3 tests on Travis.
- Regenerate C sources using Cython 0.28.3.

3.12.0
------
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,4 +1,4 @@
cython==0.27.3
cython==0.28.3
tox
unittest2
coverage
Expand Down
17 changes: 12 additions & 5 deletions src/dependency_injector/containers.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions src/dependency_injector/providers.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d3573d

Please sign in to comment.