Migrate from travis-ci.org to travis-ci.com

This commit is contained in:
Roman Mogylatov 2020-10-27 14:01:40 -04:00
parent ec0f9636bf
commit 25d626e92f
3 changed files with 9 additions and 5 deletions

View File

@ -35,8 +35,8 @@
:target: https://pypi.org/project/dependency-injector/
:alt: Wheel
.. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master
:target: https://travis-ci.org/ets-labs/python-dependency-injector
.. image:: https://api.travis-ci.com/ets-labs/python-dependency-injector.svg?branch=master
:target: https://travis-ci.com/github/ets-labs/python-dependency-injector
:alt: Build Status
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest

View File

@ -50,8 +50,8 @@ Dependency Injector --- Dependency injection framework for Python
:target: https://pypi.org/project/dependency-injector/
:alt: Wheel
.. image:: https://api.travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master
:target: https://travis-ci.org/ets-labs/python-dependency-injector
.. image:: https://api.travis-ci.com/ets-labs/python-dependency-injector.svg?branch=master
:target: https://travis-ci.com/github/ets-labs/python-dependency-injector
:alt: Build Status
.. image:: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest

View File

@ -7,9 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Develop
-----
- Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues.
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
-----