Prep for next release (quixote: CHANGES, setup.py)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 09 Jan 2003 12:53:37 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv21988

Modified Files:
	CHANGES setup.py 
Log Message:
Prep for next release

Index: CHANGES
===================================================================
RCS file: /home/cvs/quixote/CHANGES,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- CHANGES	9 Jan 2003 16:42:24 -0000	1.52
+++ CHANGES	9 Jan 2003 17:53:35 -0000	1.53
@@ -1,3 +1,5 @@
+0.6b2 (?? ??? 2003):
+
 0.6b1 (9 Jan 2003):
 
   * Merged form/form.py and form/form_templates.ptl into

Index: setup.py
===================================================================
RCS file: /home/cvs/quixote/setup.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- setup.py	9 Jan 2003 14:07:43 -0000	1.28
+++ setup.py	9 Jan 2003 17:53:35 -0000	1.29
@@ -13,7 +13,7 @@
                       sources=["src/_c_htmltext.c"])
 
 setup (name = "Quixote",
-       version = "0.6b1",
+       version = "0.6b2",
        description = "A highly Pythonic Web application framework",
        author = "MEMS Exchange",
        author_email = "quixote-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]",