File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ 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
- Develop
11
- -------
12
- - Optimize synchronous and asynchronous injections and wiring from x1.5 to x7 times depending on the use case.
10
+ 4.39.0
11
+ ------
12
+ - Optimize injections and wiring from x1.5 to x7 times depending on the use case.
13
13
- Fix bug `#569 <https://github.com/ets-labs/python-dependency-injector/issues/569 >`_:
14
14
"numpy.typing.NDArray breaks wiring". Thanks to
15
15
`@VKFisher (Vlad Fisher) <https://github.com/VKFisher >`_ for reporting the issue and providing a fix.
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = "4.38 .0"
3
+ __version__ = "4.39 .0"
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments