mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-16 11:33:13 +03:00
Merge branch 'release/4.1.5' into master
This commit is contained in:
commit
467e7ec9aa
|
@ -77,6 +77,7 @@ jobs:
|
||||||
- os: osx
|
- os: osx
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
language: shell
|
language: shell
|
||||||
|
osx_image: xcode10.2
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
install: python3 -m pip install cibuildwheel==1.6.3
|
install: python3 -m pip install cibuildwheel==1.6.3
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
|
@ -90,6 +91,7 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- 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"
|
||||||
|
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install certifi cibuildwheel==1.6.3
|
- 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())"`
|
||||||
|
|
|
@ -7,6 +7,10 @@ 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.5
|
||||||
|
-----
|
||||||
|
- Fix Travis CI windows and MacOS builds.
|
||||||
|
|
||||||
4.1.4
|
4.1.4
|
||||||
-----
|
-----
|
||||||
- Fix version of ``cibuildwheel==1.63``.
|
- Fix version of ``cibuildwheel==1.63``.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.1.4'
|
__version__ = '4.1.5'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user