Skip to content

Commit ed8062f

Browse files
changelogs and version bump 2.0.0
1 parent 2846cf4 commit ed8062f

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8+
v2.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Removed support for Python 2.7
15+
16+
Breaking Changes / Porting Guide
17+
--------------------------------
18+
19+
- Python 2.7 is no longer supported as the managed node runtime
20+
821
v1.0.6
922
======
1023

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ plugins:
4141
strategy: {}
4242
test: {}
4343
vars: {}
44-
version: 1.0.6
44+
version: 2.0.0

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ releases:
7777
fragments:
7878
- 1.0.6.yaml
7979
release_date: '2024-05-07'
80+
2.0.0:
81+
changes:
82+
breaking_changes:
83+
- Python 2.7 is no longer supported as the managed node runtime
84+
release_summary: Removed support for Python 2.7
85+
fragments:
86+
- 2.0.0.yml
87+
release_date: '2024-05-08'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'IBM'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.0.6'
27+
release = '2.0.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: ibm
88
name: ibm_zos_cics
99

1010
# The collection version
11-
version: 1.0.6
11+
version: 2.0.0
1212

1313
# Collection README file
1414
readme: README.md

meta/ibm_zos_cics_meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: ibm_zos_cics
3-
version: 1.0.6
3+
version: 2.0.0
44
managed_requirements:
55
- name: Python
66
version: ">=3.9"

0 commit comments

Comments
 (0)