Browse Source

Update changelog

Oz N Tiram 8 years ago
parent
commit
472f1deb0e
2 changed files with 7 additions and 3 deletions
  1. 6 2
      ChangeLog
  2. 1 1
      setup.py

+ 6 - 2
ChangeLog

@@ -1,9 +1,13 @@
+2016-November-5 Oz Nahum Tiram <oz.tiram@gmail.com>
+	* Release 0.9.2
+	* Fix time out expiration
+
 2016-August-12 Oz Nahum Tiram <oz.tiram@gmail.com>
-	* Release 0.9.1	
+	* Release 0.9.1
 	* Windows fixes
 
 2016-August-09 Oz Nahum Tiram <oz.tiram@gmail.com>
-	* Release 0.9.0	
+	* Release 0.9.0
 	* Completely drop Python2 support
 	* Migration from PyCrypto to Cryptography completed
 	  Note that this breaks compatablity with earlier versions.

+ 1 - 1
setup.py

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