Skip to content

Commit da0e5f1

Browse files
committed
Fix versions
1 parent ad823aa commit da0e5f1

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The UNIX socket file is stored in a temporary folder according to OS.
1212

1313
## Installation
1414

15-
Requirements: `python 3`, `pykeepass==4.0.2`
15+
Requirements: `python 3`, `pykeepass==4.0.3`
1616

17-
pip install 'pykeepass==4.0.2' --user
17+
pip install 'pykeepass==4.0.3' --user
1818
ansible-galaxy install viczem.keepass
1919

2020

plugins/README.md

-31
This file was deleted.

plugins/lookup/keepass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
DOCUMENTATION = """
2424
lookup: keepass
2525
author: Victor Zemtsov <[email protected]>
26-
version_added: '0.4.1'
26+
version_added: '0.5.0'
2727
short_description: Fetching data from KeePass file
2828
description:
2929
- This lookup returns a value of a property of a KeePass entry

0 commit comments

Comments
 (0)