[py-configparser-cvs] r34 - in tags/1.0.2: . tests

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Mar 16 18:54:20 UTC 2008


Author: ehuelsmann
Date: Sun Mar 16 13:54:20 2008
New Revision: 34

Added:
   tags/1.0.2/
      - copied from r29, branches/1.0.x/
   tags/1.0.2/config.lisp
      - copied unchanged from r33, branches/1.0.x/config.lisp
   tags/1.0.2/tests/tests.lisp
      - copied unchanged from r33, branches/1.0.x/tests/tests.lisp
Modified:
   tags/1.0.2/py-configparser.asd
   tags/1.0.2/tests/py-configparser-tests.asd
Log:
Tag 1.0.2.

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

Modified: tags/1.0.2/tests/py-configparser-tests.asd
==============================================================================
--- branches/1.0.x/tests/py-configparser-tests.asd	(original)
+++ tags/1.0.2/tests/py-configparser-tests.asd	Sun Mar 16 13:54:20 2008
@@ -10,7 +10,7 @@
 (defsystem py-configparser-tests
     :name "py-configparser-tests"
     :author "Erik Huelsmann"
-    :version "1.0.22-dev"
+    :version "1.0.2"
     :license "MIT"
     :description "Tests for 'Common Lisp implementation of the Python ConfigParser module'"
     :depends-on (#:py-configparser)



More information about the Py-configparser-cvs mailing list