Skip to content

Commit a822bf9

Browse files
committed
Release 0.9.1
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent c354049 commit a822bf9

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_version(galaxy_file):
154154

155155
# List of Github tags that are included as versions in the documentation.
156156
# This is in addition to the 'scv_whitelist_branches' option.
157-
scv_whitelist_tags = ('0.9.0',)
157+
scv_whitelist_tags = ('0.9.1',)
158158

159159
# Sort versions by one or more values. Valid values are semver, alpha, and time.
160160
# Semantic is referred to as 'semver', this would ensure our latest VRM is

docs/source/release_notes.rst

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,15 @@ Releases
2020
========
2121

2222

23-
Version 0.9.1-dev1
24-
------------------
25-
26-
Released: not yet
27-
28-
**Incompatible changes:**
23+
Version 0.9.1
24+
-------------
2925

30-
**Deprecations:**
31-
32-
**Bug fixes:**
26+
Released: 2020-12-15
3327

3428
**Enhancements:**
3529

36-
**Cleanup:**
37-
38-
**Known issues:**
39-
40-
* See `list of open issues`_.
41-
42-
.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues
30+
* Updated the README page with a section about the RedHat Ansible Certified
31+
Content for IBM Z, for consistency with the other IBM Z collections.
4332

4433

4534
Version 0.9.0

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: ibm
22

33
name: ibm_zhmc
44

5-
version: 0.9.1-dev1
5+
version: 0.9.1
66

77
readme: README.md
88

0 commit comments

Comments
 (0)