diff --git a/CHANGELOG.md b/CHANGELOG.md index b64ce1b2c2508739b5a1c82a39532b41f25ebc66..db87f8117ed8c6fe6752ce2297ed9e832d097a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.3.2](https://gitlab.com/to-be-continuous/python/compare/6.3.1...6.3.2) (2023-07-07) + + +### Bug Fixes + +* **package:** expire built artifacts ([d4f7b4a](https://gitlab.com/to-be-continuous/python/commit/d4f7b4aa24c2ae220b98fa56d66aaafe5794fbc7)) + ## [6.3.1](https://gitlab.com/to-be-continuous/python/compare/6.3.0...6.3.1) (2023-06-27) diff --git a/README.md b/README.md index a02b8e709849ac3c5409e23ee025f841172e13ce..081a429bfbc6fbc2f8bac9884facd511a880b7ec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '6.3.1' + ref: '6.3.2' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 0692159b823bb4992b27e9fd91ad5148536b772e..78b327dbcc2c81f2bf68060efb6721acba9039ae 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -555,7 +555,7 @@ stages: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.3.1"] + command: ["--service", "python", "6.3.2"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: