mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Merge branch 'release/4.5.4' into master
This commit is contained in:
commit
47278030ce
|
@ -76,7 +76,7 @@ jobs:
|
|||
install: python3 -m pip install cibuildwheel==1.6.3
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success:
|
||||
- python3 -m pip install twine
|
||||
- python3 -m pip install --upgrade --upgrade-strategy eager twine
|
||||
- python3 -m twine upload wheelhouse/*.whl
|
||||
- os: osx
|
||||
if: tag IS present
|
||||
|
@ -86,7 +86,7 @@ jobs:
|
|||
install: python3 -m pip install cibuildwheel==1.6.3
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success:
|
||||
- python3 -m pip install twine
|
||||
- python3 -m pip install --upgrade --upgrade-strategy eager twine
|
||||
- python3 -m twine upload wheelhouse/*.whl
|
||||
- os: windows
|
||||
if: tag IS present
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
- echo $SSL_CERT_FILE
|
||||
script: python -m cibuildwheel --output-dir wheelhouse
|
||||
after_success:
|
||||
- python -m pip install twine
|
||||
- python -m pip install --upgrade --upgrade-strategy eager twine
|
||||
- python -m twine upload wheelhouse/*.whl
|
||||
- python: 3.8
|
||||
if: branch = master
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.5.3'
|
||||
__version__ = '4.5.4'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user