mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Bump version to 4.5.4
This commit is contained in:
parent
10becb316f
commit
468451d4c0
|
@ -7,6 +7,12 @@ 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`_
|
||||||
|
|
||||||
|
4.5.4
|
||||||
|
-----
|
||||||
|
- Fix manylinux wheels uploading issue.
|
||||||
|
See issue `#333 <https://github.com/ets-labs/python-dependency-injector/issues/333>`_ for details.
|
||||||
|
Thanks to `Richard Jones <https://github.com/RichardDRJ>`_ for reporting the issue.
|
||||||
|
|
||||||
4.5.3
|
4.5.3
|
||||||
-----
|
-----
|
||||||
- Fix ``4.5.2`` degradation bug in wiring ``@inject`` with not working ``FastAPI.Depends`` directive.
|
- Fix ``4.5.2`` degradation bug in wiring ``@inject`` with not working ``FastAPI.Depends`` directive.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.5.3'
|
__version__ = '4.5.4'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user