[py-configparser-cvs] r35 - in branches/1.0.x: . tests
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Mar 16 18:55:21 UTC 2008
Author: ehuelsmann
Date: Sun Mar 16 13:55:21 2008
New Revision: 35
Modified:
branches/1.0.x/py-configparser.asd
branches/1.0.x/tests/py-configparser-tests.asd
Log:
Bump version number.
Modified: branches/1.0.x/py-configparser.asd
==============================================================================
--- branches/1.0.x/py-configparser.asd (original)
+++ branches/1.0.x/py-configparser.asd Sun Mar 16 13:55:21 2008
@@ -10,7 +10,7 @@
(defsystem py-configparser
:name "py-configparser"
:author "Erik Huelsmann"
- :version "1.0.2-dev"
+ :version "1.0.3-dev"
:license "MIT"
:description "Common Lisp implementation of the Python ConfigParser module"
:depends-on (#:parse-number)
Modified: branches/1.0.x/tests/py-configparser-tests.asd
==============================================================================
--- branches/1.0.x/tests/py-configparser-tests.asd (original)
+++ branches/1.0.x/tests/py-configparser-tests.asd Sun Mar 16 13:55:21 2008
@@ -10,7 +10,7 @@
(defsystem py-configparser-tests
:name "py-configparser-tests"
:author "Erik Huelsmann"
- :version "1.0.22-dev"
+ :version "1.0.3-dev"
: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