Skip to content

Commit 93c8cbc

Browse files
committed
Bump version to 4.39.0
1 parent 77b5cde commit 93c8cbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/main/changelog.rst

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

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.
1313
- Fix bug `#569 <https://github.com/ets-labs/python-dependency-injector/issues/569>`_:
1414
"numpy.typing.NDArray breaks wiring". Thanks to
1515
`@VKFisher (Vlad Fisher) <https://github.com/VKFisher>`_ for reporting the issue and providing a fix.

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.38.0"
3+
__version__ = "4.39.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)