Skip to content

Commit 2da98da

Browse files
committed
Fix collection version
2 parents 4ce6e44 + e0db7ad commit 2da98da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: viczem
88
name: keepass
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 0.5.0
11+
version: 0.5.1
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

plugins/lookup/keepass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
DOCUMENTATION = """
2222
lookup: keepass
2323
author: Victor Zemtsov <[email protected]>
24-
version_added: '0.5.0'
24+
version_added: '0.5.1'
2525
short_description: Fetching data from KeePass file
2626
description:
2727
- This lookup returns a value of a property of a KeePass entry

0 commit comments

Comments
 (0)