[Zodb-checkins] CVS: StandaloneZConfig/ZConfig - __init__.py:1.18
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 15 16:33:33 EDT 2004
Update of /cvs-repository/StandaloneZConfig/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv22451
Modified Files:
__init__.py
Log Message:
we're past 2.1, so it'll be 2.2 by the time we're ready to release
again
=== StandaloneZConfig/ZConfig/__init__.py 1.17 => 1.18 ===
--- StandaloneZConfig/ZConfig/__init__.py:1.17 Thu Mar 25 16:28:22 2004
+++ StandaloneZConfig/ZConfig/__init__.py Thu Apr 15 16:33:32 2004
@@ -15,7 +15,7 @@
$Id$
"""
-version_info = (2, 1)
+version_info = (2, 2)
__version__ = ".".join([str(n) for n in version_info])
from ZConfig.loader import loadConfig, loadConfigFile
More information about the Zodb-checkins
mailing list