Skip to content

Commit

Permalink
Prepare for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
loomanw committed Nov 26, 2019
1 parent 0000a97 commit ff656ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ deploy:
on:
repo: loomanw/robotframework-keepasslibrary
python: "3.7"
tags: true
tags: true
- provider: pypi
user: "__token__"
password:
Expand Down
2 changes: 1 addition & 1 deletion KeePassLibrary/KeePassLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# from pykeepass import entry
# from pykeepass import group

__version__ = '0.2.2'
__version__ = '0.2.3'

class KeePassLibrary(object):

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ See https://keepass.info for more information about KeePass in general

---
### Versions:
- `0.2.1` KDBX v3 and v4 test cases
- `0.2.3` Update dependencies, new travis builds
- `0.2.2` Update dependencies
- `0.2.1` KDBX v3 and v4 test cases
- `0.2.0` Group Support
- `0.1.0` Entry Support

Expand Down

0 comments on commit ff656ff

Please sign in to comment.