소스 검색

bump version, update change log

oz123 11 년 전
부모
커밋
f4288b1beb
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      ChangeLog
  2. 1 2
      pwman/__init__.py

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2013-05-30 Oz Nahum <nahumoz@gmail.com>
+	* Version 0.3.9.a
+	* Fix for none encrypted tags in database.
+
 2013-05-24 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.3.9
 	* Fix reading of Nodes and Tags a cPickle object

+ 1 - 2
pwman/__init__.py

@@ -20,10 +20,9 @@
 #============================================================================
 
 appname = "Pwman3"
-version = "0.3.8"
+version = "0.3.9a"
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"
 authoremail = "nahumoz@gmail.com"
 description = "Pwman -a command line password management application."
 keywords = "password management sqlite crypto"
-