Prechádzať zdrojové kódy

bump version to 0.9.9

Oz N Tiram 6 rokov pred
rodič
commit
4fc19f3c5d
2 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  1. 6 0
      ChangeLog
  2. 1 1
      setup.py

+ 6 - 0
ChangeLog

@@ -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

+ 1 - 1
setup.py

@@ -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,