Skip to content

Commit 4188f72

Browse files
committed
Merge branch 'release/4.39.1' into master
2 parents 8b0745d + cfed30c commit 4188f72

File tree

11 files changed

+13544
-4541
lines changed

11 files changed

+13544
-4541
lines changed

Diff for: docs/main/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.39.1
11+
------
12+
- Fix bug `#574 <https://github.com/ets-labs/python-dependency-injector/issues/574>`_:
13+
"``@inject`` breaks ``inspect.iscoroutinefunction``". Thanks to
14+
`@burritoatspoton (Rafał Burczyński) <https://github.com/burritoatspoton>`_ for reporting the issue.
15+
1016
4.39.0
1117
------
1218
- Optimize injections and wiring from x1.5 to x7 times depending on the use case.

Diff for: requirements-doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: unpin 3.5.0 when this bug is fixed: https://github.com/sphinx-doc/sphinx/issues/8885
22
sphinx<3.5.0
3-
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
3+
-e git+https://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
44

55
-r requirements-ext.txt

Diff for: src/dependency_injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.39.0"
3+
__version__ = "4.39.1"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)