mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +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
|
||||
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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = "4.38.0"
|
||||
__version__ = "4.39.0"
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user