Quellcode durchsuchen

Bump version to 0.9.6

Oz N Tiram vor 7 Jahren
Ursprung
Commit
e6bba87043
2 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 4 0
      ChangeLog
  2. 1 1
      setup.py

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2018-Januar-28 Oz Nahum Tiram <oz.tiram@gmail.com>
+	* Release version 0.9.6
+	* bug fix, could remove node without authentication
+
 2017-December-5 Oz Nahum Tiram <oz.tiram@gmail.com>
 	* Release 0.9.5
 	* Use urllib.request instead of http.client.HTTPSconnection

+ 1 - 1
setup.py

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