[py-configparser-cvs] r22 - in tags/1.0.1: . tests

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Fri Mar 14 22:32:42 UTC 2008


Author: ehuelsmann
Date: Fri Mar 14 17:32:41 2008
New Revision: 22

Added:
   tags/1.0.1/
      - copied from r21, branches/1.0.x/
Modified:
   tags/1.0.1/py-configparser.asd
   tags/1.0.1/tests/py-configparser-tests.asd
Log:
Tag 1.0.1 off branches/1.0.x.

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

Modified: tags/1.0.1/tests/py-configparser-tests.asd
==============================================================================
--- branches/1.0.x/tests/py-configparser-tests.asd	(original)
+++ tags/1.0.1/tests/py-configparser-tests.asd	Fri Mar 14 17:32:41 2008
@@ -10,7 +10,7 @@
 (defsystem py-configparser-tests
     :name "py-configparser-tests"
     :author "Erik Huelsmann"
-    :version "1.0.1-dev"
+    :version "1.0.1"
     :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