Pārlūkot izejas kodu

Release version 0.4.4

oz123 11 gadi atpakaļ
vecāks
revīzija
4ac3f64678
2 mainītis faili ar 11 papildinājumiem un 1 dzēšanām
  1. 10 0
      ChangeLog
  2. 1 1
      pwman/__init__.py

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+2014-Feb-25 Oz Nahum <nahumoz@gmail.com>
+	* Version 0.4.4
+	* Multiple bug fixes 
+	* Complete test coverage 
+	* Last version supporting old data base format.
+	  The next version will break compatability. 
+	  The compatability will be broken because the old code 
+	  is not testable, and immposible to maintain. 
+	  Therefore this version still includes the converter. 
+
 2013-11-23 Oz Nahum <nahumoz@gmail.com>
 	* Version 0.4.3
 	* fix for   #726987 in Debian

+ 1 - 1
pwman/__init__.py

@@ -20,7 +20,7 @@
 #============================================================================
 
 appname = "Pwman3"
-version = "0.4.4-dev"
+version = "0.4.4"
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"
 authoremail = "nahumoz@gmail.com"