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

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)
participants (1)
-
ehuelsmann@common-lisp.net