Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Mar 7, 2020
2 parents 4ff76a7 + 8ac921d commit b28043d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2020-Mar-07 Oz N Tiram <oz.tiram@gmail.com>
* Relese version 0.11.0
* Allow customize list output
* Copy passwords by url in addition to ID
* Improve man page generator and documentation
* Drop support for Python3.5

2019-Mar-04 Oz Nahum Tiram <oz.tiram@gmail.com>
* Release version 0.10.0
* Show entry id after adding new password (issue #62)
Expand Down
2 changes: 1 addition & 1 deletion pwman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
try:
version = pkg_resources.get_distribution('pwman3').version
except pkg_resources.DistributionNotFound: # pragma: no cover
version = "0.10.0"
version = "0.11.0"


class PkgMetadata(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def _mk_name(self, distribution):


setup(name='pwman3',
version='0.9.11',
version='0.10.0',
description=("a command line password manager with support for multiple"
" databases."),
long_description=long_description,
Expand Down

0 comments on commit b28043d

Please sign in to comment.