mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-12 17:43:16 +03:00
Bump version to 4.39.0
This commit is contained in:
parent
77b5cdebd3
commit
93c8cbc83b
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user