Bump version to 4.5.4

This commit is contained in:
Roman Mogylatov 2020-12-10 18:28:29 -05:00
parent 10becb316f
commit 468451d4c0
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
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
-----
- Fix ``4.5.2`` degradation bug in wiring ``@inject`` with not working ``FastAPI.Depends`` directive.

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.5.3'
__version__ = '4.5.4'
"""Version number.
:type: str