Bump version to 4.39.0

This commit is contained in:
Roman Mogylatov 2022-03-27 22:21:51 -04:00
parent 77b5cdebd3
commit 93c8cbc83b
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Develop
-------
- Optimize synchronous and asynchronous injections and wiring from x1.5 to x7 times depending on the use case.
4.39.0
------
- Optimize injections and wiring from x1.5 to x7 times depending on the use case.
- Fix bug `#569 <https://github.com/ets-labs/python-dependency-injector/issues/569>`_:
"numpy.typing.NDArray breaks wiring". Thanks to
`@VKFisher (Vlad Fisher) <https://github.com/VKFisher>`_ for reporting the issue and providing a fix.

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = "4.38.0"
__version__ = "4.39.0"
"""Version number.
:type: str