Skip to content

Commit

Permalink
changelogs and version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhughes101 committed May 13, 2024
1 parent 2846cf4 commit ed8062f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 1.0.6
version: 2.0.0
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'IBM'

# The full version, including alpha/beta/rc tags
release = '1.0.6'
release = '2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/ibm_zos_cics_meta.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ibm_zos_cics
version: 1.0.6
version: 2.0.0
managed_requirements:
- name: Python
version: ">=3.9"
Expand Down

0 comments on commit ed8062f

Please sign in to comment.