@@ -1,3 +1,9 @@
+2018-June-21 Oz Nahum Tiram <oz.tiram@gmail.com>
+ * Release version 0.9.9
+ * Multiple bug fixes
+ * Change data and config storage location from .pwman to XDG_
+ * Backward compatablity is kept
+
2018-Februar-07 Oz Nahum Tiram <oz.tiram@gmail.com>
* Release version 0.9.8
* bug fix, working option to disable screen clear
@@ -329,7 +329,7 @@ packages = find_packages(exclude=['tests', 'pwman/ui/templates'])
setup(name='pwman3',
- version='0.9.8',
+ version='0.9.9',
description=("a command line password manager with support for multiple"
" databases."),
long_description=long_description,