Bump version to 4.1.2

This commit is contained in:
Roman Mogylatov 2020-10-27 13:28:02 -04:00
parent cabeb6da55
commit c6e7551e87
3 changed files with 8 additions and 4 deletions

View File

@ -69,7 +69,7 @@ jobs:
- services: docker
if: tag IS present
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
after_success:
- python3 -m pip install twine
@ -78,7 +78,7 @@ jobs:
if: tag IS present
language: shell
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
after_success:
- python3 -m pip install twine
@ -90,7 +90,7 @@ jobs:
before_install:
- choco install python --version 3.8.0
- 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
after_success:
- python -m pip install twine

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
4.1.2
-----
Bump version of ``cibuildwheel>=1.5.1`` to resolve Windows build problem.
4.1.1
-----
- Fix a few typos in ``Resource`` provider docs.

View File

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