From a822bf9aafae83e19f0dc7eacd04fdcda6c75806 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 15 Dec 2020 16:52:11 +0100 Subject: [PATCH] Release 0.9.1 Signed-off-by: Andreas Maier --- docs/source/conf.py | 2 +- docs/source/release_notes.rst | 21 +++++---------------- galaxy.yml | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 199112a59..bda59e7ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -154,7 +154,7 @@ def get_version(galaxy_file): # List of Github tags that are included as versions in the documentation. # This is in addition to the 'scv_whitelist_branches' option. -scv_whitelist_tags = ('0.9.0',) +scv_whitelist_tags = ('0.9.1',) # Sort versions by one or more values. Valid values are semver, alpha, and time. # Semantic is referred to as 'semver', this would ensure our latest VRM is diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index bf359b82c..67067592f 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -20,26 +20,15 @@ Releases ======== -Version 0.9.1-dev1 ------------------- - -Released: not yet - -**Incompatible changes:** +Version 0.9.1 +------------- -**Deprecations:** - -**Bug fixes:** +Released: 2020-12-15 **Enhancements:** -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues +* Updated the README page with a section about the RedHat Ansible Certified + Content for IBM Z, for consistency with the other IBM Z collections. Version 0.9.0 diff --git a/galaxy.yml b/galaxy.yml index 7ac9df3a4..4ae152fd8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: ibm name: ibm_zhmc -version: 0.9.1-dev1 +version: 0.9.1 readme: README.md