[py-configparser-cvs] r45 - branches/1.0.x

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Fri Jun 20 22:04:32 UTC 2008


Author: ehuelsmann
Date: Fri Jun 20 18:04:29 2008
New Revision: 45

Modified:
   branches/1.0.x/py-configparser.asd
Log:
Bump version number.

Modified: branches/1.0.x/py-configparser.asd
==============================================================================
--- branches/1.0.x/py-configparser.asd	(original)
+++ branches/1.0.x/py-configparser.asd	Fri Jun 20 18:04:29 2008
@@ -10,7 +10,7 @@
 (defsystem py-configparser
     :name "py-configparser"
     :author "Erik Huelsmann"
-    :version "1.0.3-dev"
+    :version "1.0.4-dev"
     :license "MIT"
     :description "Common Lisp implementation of the Python ConfigParser module"
     :depends-on (#:parse-number)



More information about the Py-configparser-cvs mailing list