diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 159d218a..609cd417 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ ibm.ibm_zos_cics Release Notes .. contents:: Topics +v2.0.0 +====== + +Release Summary +--------------- + +Removed support for Python 2.7 + +Breaking Changes / Porting Guide +-------------------------------- + +- Python 2.7 is no longer supported as the managed node runtime + v1.0.6 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 3090f0de..29ac4bd6 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -41,4 +41,4 @@ plugins: strategy: {} test: {} vars: {} -version: 1.0.6 +version: 2.0.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4d93e454..522316f3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -77,3 +77,11 @@ releases: fragments: - 1.0.6.yaml release_date: '2024-05-07' + 2.0.0: + changes: + breaking_changes: + - Python 2.7 is no longer supported as the managed node runtime + release_summary: Removed support for Python 2.7 + fragments: + - 2.0.0.yml + release_date: '2024-05-08' diff --git a/docs/source/conf.py b/docs/source/conf.py index e15b1edc..ad44cab6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'IBM' # The full version, including alpha/beta/rc tags -release = '1.0.6' +release = '2.0.0' # -- General configuration --------------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index e05551dd..d3b80a7c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: ibm name: ibm_zos_cics # The collection version -version: 1.0.6 +version: 2.0.0 # Collection README file readme: README.md diff --git a/meta/ibm_zos_cics_meta.yml b/meta/ibm_zos_cics_meta.yml index 16bd3072..c1f9bc39 100644 --- a/meta/ibm_zos_cics_meta.yml +++ b/meta/ibm_zos_cics_meta.yml @@ -1,6 +1,6 @@ --- name: ibm_zos_cics -version: 1.0.6 +version: 2.0.0 managed_requirements: - name: Python version: ">=3.9"