浏览代码

Update changelog

Oz N Tiram 8 年之前
父节点
当前提交
472f1deb0e
共有 2 个文件被更改,包括 7 次插入3 次删除
  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,