Author: ehuelsmann Date: Sat Jan 19 16:17:40 2008 New Revision: 14
Added: tags/1.0.0/ - copied from r13, branches/1.0.x/ Modified: tags/1.0.0/py-configparser.asd tags/1.0.0/tests/py-configparser-tests.asd Log: Tag 1.0.0.
Modified: tags/1.0.0/py-configparser.asd ============================================================================== --- branches/1.0.x/py-configparser.asd (original) +++ tags/1.0.0/py-configparser.asd Sat Jan 19 16:17:40 2008 @@ -10,7 +10,7 @@ (defsystem py-configparser :name "py-configparser" :author "Erik Huelsmann" - :version "1.0.1-dev" + :version "1.0.0" :license "MIT" :description "Common Lisp implementation of the Python ConfigParser module" :depends-on (#:parse-number)
Modified: tags/1.0.0/tests/py-configparser-tests.asd ============================================================================== --- branches/1.0.x/tests/py-configparser-tests.asd (original) +++ tags/1.0.0/tests/py-configparser-tests.asd Sat Jan 19 16:17:40 2008 @@ -10,7 +10,7 @@ (defsystem py-configparser-tests :name "py-configparser-tests" :author "Erik Huelsmann" - :version "1.0.1-dev" + :version "1.0.0" :license "MIT" :description "Tests for 'Common Lisp implementation of the Python ConfigParser module'" :depends-on (#:py-configparser)
py-configparser-cvs@common-lisp.net