[py-configparser-cvs] r44 - tags/1.0.3

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


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

Added:
   tags/1.0.3/   (props changed)
      - copied from r42, branches/1.0.x/
   tags/1.0.3/parser.lisp
      - copied unchanged from r43, branches/1.0.x/parser.lisp
Modified:
   tags/1.0.3/py-configparser.asd
Log:
Tag 1.0.3.

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



More information about the Py-configparser-cvs mailing list