From 25d626e92f2c32f8961a5811d27c3a9b2176b936 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:01:40 -0400 Subject: [PATCH] Migrate from travis-ci.org to travis-ci.com --- README.rst | 4 ++-- docs/index.rst | 4 ++-- docs/main/changelog.rst | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cd22aac0..8ddf546a 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index aeb81224..f4f01211 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index e0152302..8eab411e 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 -----