mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 22:50:52 +03:00
Merge branch 'release/4.1.3' into master
This commit is contained in:
commit
dd6de523cf
|
@ -88,9 +88,12 @@ jobs:
|
||||||
language: shell
|
language: shell
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.8.0
|
- choco install python --version 3.8.6
|
||||||
- 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:
|
||||||
|
- python3 -m pip install certifi cibuildwheel>=1.5.1
|
||||||
|
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
||||||
|
- echo $SSL_CERT_FILE
|
||||||
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
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
:target: https://pypi.org/project/dependency-injector/
|
:target: https://pypi.org/project/dependency-injector/
|
||||||
:alt: Wheel
|
:alt: Wheel
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master
|
.. image:: https://api.travis-ci.com/ets-labs/python-dependency-injector.svg?branch=master
|
||||||
:target: https://travis-ci.org/ets-labs/python-dependency-injector
|
:target: https://travis-ci.com/github/ets-labs/python-dependency-injector
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
|
||||||
|
|
|
@ -50,8 +50,8 @@ Dependency Injector --- Dependency injection framework for Python
|
||||||
:target: https://pypi.org/project/dependency-injector/
|
:target: https://pypi.org/project/dependency-injector/
|
||||||
:alt: Wheel
|
:alt: Wheel
|
||||||
|
|
||||||
.. image:: https://api.travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master
|
.. image:: https://api.travis-ci.com/ets-labs/python-dependency-injector.svg?branch=master
|
||||||
:target: https://travis-ci.org/ets-labs/python-dependency-injector
|
:target: https://travis-ci.com/github/ets-labs/python-dependency-injector
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
|
||||||
|
|
|
@ -7,9 +7,14 @@ 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.3
|
||||||
|
-----
|
||||||
|
- Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues.
|
||||||
|
- Add explicit installation of ``certifi`` for Windows build to resolve build problems.
|
||||||
|
|
||||||
4.1.2
|
4.1.2
|
||||||
-----
|
-----
|
||||||
Bump version of ``cibuildwheel>=1.5.1`` to resolve Windows build problem.
|
- Bump version of ``cibuildwheel>=1.5.1`` to resolve Windows build problem.
|
||||||
|
|
||||||
4.1.1
|
4.1.1
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.1.2'
|
__version__ = '4.1.3'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user