File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ VERSION := $(shell python setup.py --version)
22
33CYTHON_SRC := $(shell find src/dependency_injector -name '* .pyx')
44
5- CYTHON_DIRECTIVES =
5+ CYTHON_DIRECTIVES = -Xlanguage_level=2
66
77ifdef DEPENDENCY_INJECTOR_DEBUG_MODE
88CYTHON_DIRECTIVES += -Xprofile=True
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ 3.14.2
11+ ------
12+ - Set Cython ``language_level=2 ``.
13+
10143.14.1
1115------
1216- Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208 >`_:
Original file line number Diff line number Diff line change 11"""Dependency injector top-level package."""
22
3- __version__ = '3.14.1 '
3+ __version__ = '3.14.2 '
44"""Version number that follows semantic versioning.
55
66:type: str
You can’t perform that action at this time.
0 commit comments