Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Klima committed Feb 23, 2021
1 parent dda8d2f commit 85c10dc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ namespace: qaxi
name: ciscosmb

# The version of the collection. Must be compatible with semantic versioning

version: 0.0.5
version: 0.0.6

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -21,15 +20,15 @@ authors:

### OPTIONAL but strongly recommended
# A short summary description of the collection
description: Ansible Galaxy module for Cisco SMB switches - SG300, SG500, SG350, SG550
description: Ansible Galaxy module for Cisco SMB switches - SG300, SG500, SG350, SG550, CBS350

# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
license_file: 'LICENSE'

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags: [network, ciscosmb, cisco, sg300, sg500, sg350, sg550, smb, small_bussiness]
tags: [network, ciscosmb, cisco, sg300, sg500, sg350, sg550, cbs350, smb, small_bussiness]

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
Expand All @@ -54,4 +53,4 @@ issues: https://github.com/qaxi/ansible-ciscosmb/issues
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore: []
build_ignore: []

0 comments on commit 85c10dc

Please sign in to comment.