From 0938ccd46d68046450d3da79e0fb88f8485764de Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:13:37 -0400 Subject: [PATCH 1/7] Add nl to readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8ddf546a..96179185 100644 --- a/README.rst +++ b/README.rst @@ -226,3 +226,4 @@ Want to contribute? .. |tell| unicode:: U+1F4AC .. tell sign .. |fork| unicode:: U+1F500 .. fork sign .. |pull| unicode:: U+2B05 U+FE0F .. pull sign + From df3300588f612f2d7289fc2b96863292a33c0933 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:13:49 -0400 Subject: [PATCH 2/7] Remove nl from readme --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 96179185..8ddf546a 100644 --- a/README.rst +++ b/README.rst @@ -226,4 +226,3 @@ Want to contribute? .. |tell| unicode:: U+1F4AC .. tell sign .. |fork| unicode:: U+1F500 .. fork sign .. |pull| unicode:: U+2B05 U+FE0F .. pull sign - From 27cebeb2c7f91360a3a60b38fb67de43684fd901 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:17:51 -0400 Subject: [PATCH 3/7] Revert "Remove nl from readme" This reverts commit df3300588f612f2d7289fc2b96863292a33c0933. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8ddf546a..96179185 100644 --- a/README.rst +++ b/README.rst @@ -226,3 +226,4 @@ Want to contribute? .. |tell| unicode:: U+1F4AC .. tell sign .. |fork| unicode:: U+1F500 .. fork sign .. |pull| unicode:: U+2B05 U+FE0F .. pull sign + From dfd0575e16cc3e2e0444838b063e80b78a55186c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:17:53 -0400 Subject: [PATCH 4/7] Revert "Add nl to readme" This reverts commit 0938ccd46d68046450d3da79e0fb88f8485764de. --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 96179185..8ddf546a 100644 --- a/README.rst +++ b/README.rst @@ -226,4 +226,3 @@ Want to contribute? .. |tell| unicode:: U+1F4AC .. tell sign .. |fork| unicode:: U+1F500 .. fork sign .. |pull| unicode:: U+2B05 U+FE0F .. pull sign - From 8381caec1eabc154d4e8c8f0d2c392178e116b69 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:24:23 -0400 Subject: [PATCH 5/7] Test travic-ci.com --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8ddf546a..96179185 100644 --- a/README.rst +++ b/README.rst @@ -226,3 +226,4 @@ Want to contribute? .. |tell| unicode:: U+1F4AC .. tell sign .. |fork| unicode:: U+1F500 .. fork sign .. |pull| unicode:: U+2B05 U+FE0F .. pull sign + From 84888224a9730b634e752059d338efd6962c2a27 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:29:23 -0400 Subject: [PATCH 6/7] Fix .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11c97045..a0bb0d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,10 +90,10 @@ jobs: before_install: - choco install python --version 3.8.6 - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" - 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 + 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 after_success: - python -m pip install twine From 279910410ead8d2458c798676841bfbbdf903beb Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:36:11 -0400 Subject: [PATCH 7/7] Bump version to 4.1.4 --- .travis.yml | 6 +++--- docs/main/changelog.rst | 5 +++++ src/dependency_injector/__init__.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0bb0d05..26a8e9d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.6.3 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.6.3 script: python3 -m cibuildwheel --output-dir wheelhouse after_success: - python3 -m pip install twine @@ -91,7 +91,7 @@ jobs: - choco install python --version 3.8.6 - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" install: - - python3 -m pip install certifi cibuildwheel>=1.5.1 + - python3 -m pip install certifi cibuildwheel==1.6.3 - export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"` - echo $SSL_CERT_FILE script: python -m cibuildwheel --output-dir wheelhouse diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 2192c436..6c863ab5 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +4.1.4 +----- +- Fix version of ``cibuildwheel==1.63``. +- Update Travis CI webhooks to fix builds triggering. + 4.1.3 ----- - Migrate from ``travis-ci.org`` to ``travis-ci.com`` to fix build issues. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 23301dbc..868b82d3 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.1.3' +__version__ = '4.1.4' """Version number. :type: str