From c1ecea1fb5336d8972de22d270acd95b70dfc099 Mon Sep 17 00:00:00 2001 From: Victor Zemtsov Date: Sun, 11 Jun 2023 23:22:15 +0300 Subject: [PATCH] Fix version --- galaxy.yml | 2 +- plugins/lookup/keepass.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index a43fb10..dfef398 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: viczem name: keepass # The version of the collection. Must be compatible with semantic versioning -version: 0.7.4 +version: 0.7.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/plugins/lookup/keepass.py b/plugins/lookup/keepass.py index eeebf3d..7bd4b5a 100644 --- a/plugins/lookup/keepass.py +++ b/plugins/lookup/keepass.py @@ -22,7 +22,7 @@ from pykeepass.exceptions import CredentialsError DOCUMENTATION = """ lookup: keepass author: Victor Zemtsov - version_added: '0.7.4' + version_added: '0.7.5' short_description: Fetching data from KeePass file description: - This lookup returns a value of a property of a KeePass entry