SVN: r25830 - trunk/quixote
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 5 Jan 2005 15:08:37 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger
Date: 2005-01-05 13:37:29 -0500 (Wed, 05 Jan 2005)
New Revision: 25830
Modified:
trunk/quixote/__init__.py
Log:
Restore __version__. It is used by some of the server scripts.
Modified: trunk/quixote/__init__.py
===================================================================
--- trunk/quixote/__init__.py 2005-01-05 14:11:40 UTC (rev 25829)
+++ trunk/quixote/__init__.py 2005-01-05 18:37:29 UTC (rev 25830)
@@ -5,6 +5,8 @@
A highly Pythonic web application framework.
"""
+__version__ = '2.0a4'
+
# These are frequently needed by Quixote applications.
from quixote.publish import \
get_publisher, get_request, get_response, get_path, redirect, \