Ver código fonte

Bump version to 0.9.8

Oz N Tiram 7 anos atrás
pai
commit
16f9e62ab8
2 arquivos alterados com 5 adições e 1 exclusões
  1. 4 0
      ChangeLog
  2. 1 1
      setup.py

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2018-Februar-07 Oz Nahum Tiram <oz.tiram@gmail.com>
+	* Release version 0.9.8
+	* bug fix, working option to disable screen clear
+
 2018-Februar-01 Oz Nahum Tiram <oz.tiram@gmail.com>
 	* Release version 0.9.7
 	* bug fix, crash when node has no tags

+ 1 - 1
setup.py

@@ -329,7 +329,7 @@ packages = find_packages(exclude=['tests', 'pwman/ui/templates'])
 
 
 setup(name='pwman3',
-      version='0.9.7',
+      version='0.9.8',
       description=("a command line password manager with support for multiple"
                    " databases."),
       long_description=long_description,