File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def get_version(galaxy_file):
154
154
155
155
# List of Github tags that are included as versions in the documentation.
156
156
# This is in addition to the 'scv_whitelist_branches' option.
157
- scv_whitelist_tags = ('0.9.0 ' ,)
157
+ scv_whitelist_tags = ('0.9.1 ' ,)
158
158
159
159
# Sort versions by one or more values. Valid values are semver, alpha, and time.
160
160
# Semantic is referred to as 'semver', this would ensure our latest VRM is
Original file line number Diff line number Diff line change @@ -20,26 +20,15 @@ Releases
20
20
========
21
21
22
22
23
- Version 0.9.1-dev1
24
- ------------------
25
-
26
- Released: not yet
27
-
28
- **Incompatible changes: **
23
+ Version 0.9.1
24
+ -------------
29
25
30
- **Deprecations: **
31
-
32
- **Bug fixes: **
26
+ Released: 2020-12-15
33
27
34
28
**Enhancements: **
35
29
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.
43
32
44
33
45
34
Version 0.9.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace: ibm
2
2
3
3
name : ibm_zhmc
4
4
5
- version : 0.9.1-dev1
5
+ version : 0.9.1
6
6
7
7
readme : README.md
8
8
You can’t perform that action at this time.
0 commit comments