Skip to content

Commit 0568e40

Browse files
committed
Merge branch 'release/3.14.8' into master
2 parents e1b9303 + e5f437f commit 0568e40

File tree

5 files changed

+238
-20
lines changed

5 files changed

+238
-20
lines changed

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.14.8
11+
------
12+
- Regenerate C sources using Cython 0.29.13.
13+
1014
3.14.7
1115
------
1216
- Fix typo on "Dependency injection and inversion of control in Python" docs page (thanks to

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.7
1+
cython==0.29.13
22
tox
33
unittest2
44
coverage

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.14.7'
3+
__version__ = '3.14.8'
44
"""Version number that follows semantic versioning.
55
66
:type: str

src/dependency_injector/containers.c

Lines changed: 50 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)