mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +03:00
Merge branch 'release/4.1.4' into master
This commit is contained in:
commit
a66256a629
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- services: docker
|
- services: docker
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
install: python3 -m pip install cibuildwheel>=1.5.1
|
install: python3 -m pip install cibuildwheel==1.6.3
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
language: shell
|
language: shell
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
install: python3 -m pip install cibuildwheel>=1.5.1
|
install: python3 -m pip install cibuildwheel==1.6.3
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
|
@ -91,7 +91,7 @@ jobs:
|
||||||
- choco install python --version 3.8.6
|
- choco install python --version 3.8.6
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install certifi cibuildwheel>=1.5.1
|
- python3 -m pip install certifi cibuildwheel==1.6.3
|
||||||
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
||||||
- echo $SSL_CERT_FILE
|
- echo $SSL_CERT_FILE
|
||||||
script: python -m cibuildwheel --output-dir wheelhouse
|
script: python -m cibuildwheel --output-dir wheelhouse
|
||||||
|
|
|
@ -226,3 +226,4 @@ Want to contribute?
|
||||||
.. |tell| unicode:: U+1F4AC .. tell sign
|
.. |tell| unicode:: U+1F4AC .. tell sign
|
||||||
.. |fork| unicode:: U+1F500 .. fork sign
|
.. |fork| unicode:: U+1F500 .. fork sign
|
||||||
.. |pull| unicode:: U+2B05 U+FE0F .. pull sign
|
.. |pull| unicode:: U+2B05 U+FE0F .. pull sign
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,11 @@ 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.1.4
|
||||||
|
-----
|
||||||
|
- Fix version of ``cibuildwheel==1.63``.
|
||||||
|
- Update Travis CI webhooks to fix builds triggering.
|
||||||
|
|
||||||
4.1.3
|
4.1.3
|
||||||
-----
|
-----
|
||||||
- Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues.
|
- Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.1.3'
|
__version__ = '4.1.4'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user