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