mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Bump version to 4.1.2
This commit is contained in:
parent
cabeb6da55
commit
c6e7551e87
|
@ -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.5.1
|
||||||
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.5.1
|
||||||
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
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.8.0
|
- choco install python --version 3.8.0
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
install: python -m pip install cibuildwheel==1.5.1
|
install: python -m pip install cibuildwheel>=1.5.1
|
||||||
script: python -m cibuildwheel --output-dir wheelhouse
|
script: python -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python -m pip install twine
|
- python -m pip install twine
|
||||||
|
|
|
@ -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.2
|
||||||
|
-----
|
||||||
|
Bump version of ``cibuildwheel>=1.5.1`` to resolve Windows build problem.
|
||||||
|
|
||||||
4.1.1
|
4.1.1
|
||||||
-----
|
-----
|
||||||
- Fix a few typos in ``Resource`` provider docs.
|
- Fix a few typos in ``Resource`` provider docs.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.1.1'
|
__version__ = '4.1.2'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user