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)
2
2
3
3
CYTHON_SRC := $(shell find src/dependency_injector -name '* .pyx')
4
4
5
- CYTHON_DIRECTIVES =
5
+ CYTHON_DIRECTIVES = -Xlanguage_level=2
6
6
7
7
ifdef DEPENDENCY_INJECTOR_DEBUG_MODE
8
8
CYTHON_DIRECTIVES += -Xprofile=True
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 3.14.2
11
+ ------
12
+ - Set Cython ``language_level=2 ``.
13
+
10
14
3.14.1
11
15
<
8379
/td>------
12
16
- Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208 >`_:
Original file line number Diff line number Diff line change 1
1
"""Dependency injector top-level package."""
2
2
3
- __version__ = '3.14.1 '
3
+ __version__ = '3.14.2 '
4
4
"""Version number that follows semantic versioning.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments