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

View File

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