diff --git a/.bumpversion.toml b/.bumpversion.toml index cc52bd7233f35e68db3dad13fb57aa9fca7f402c..edfdb7551d30ee0a6b62f5a158f59339f3ec5d06 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "2.0.4" +current_version = "2.0.5" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16ab9288a3c9b5a0d1c22a22520a8671c8bd3204..70f6986bf331bb02824d0672e95a669c04781e58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - remote: 'https://gitlab.com/swepy/cicd-templates/docker-build/-/raw/0.2.0/templates/docker-build.yml' - - remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.2.1/templates/pypi-to-docker-missing-version.yml' + - component: $CI_SERVER_HOST/swepy/cicd-templates/pypi-to-docker-missing-version/pypi-to-docker-missing-version@0.3.0 - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.3/templates/release-by-changelog.yml' release_by_changelog: diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e7e3d90ed76c8e27740bf288df7c0e0d7a99f4..e37dd5d11c34b9175650f0ae953f3c7a1a26ae67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.5] - 2024-07-16 + +* Update of CICD + ## [2.0.4] - 2024-07-13 * Update of CICD