Bump version number to 0.6 (quixote: __init__.py, setup.py, LICENSE)
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 02 Jan 2003 14:05:38 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv13036
Modified Files:
__init__.py setup.py LICENSE
Log Message:
Bump version number to 0.6
Index: __init__.py
===================================================================
RCS file: /home/cvs/quixote/__init__.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- __init__.py 20 Nov 2002 19:43:22 -0000 1.23
+++ __init__.py 2 Jan 2003 19:05:36 -0000 1.24
@@ -5,7 +5,7 @@
__revision__ = "$Id$"
-__version__ = "0.5.1"
+__version__ = "0.6"
__all__ = ['Publisher',
'get_publisher', 'get_request', 'get_session', 'get_user',
Index: setup.py
===================================================================
RCS file: /home/cvs/quixote/setup.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- setup.py 11 Dec 2002 19:34:37 -0000 1.25
+++ setup.py 2 Jan 2003 19:05:36 -0000 1.26
@@ -9,7 +9,7 @@
from qx_distutils import qx_build_py
setup (name = "Quixote",
- version = "0.5.1",
+ version = "0.6",
description = "A highly Pythonic Web application framework",
author = "MEMS Exchange",
author_email = "quixote-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]",
Index: LICENSE
===================================================================
RCS file: /home/cvs/quixote/LICENSE,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- LICENSE 8 Oct 2002 20:05:33 -0000 1.12
+++ LICENSE 2 Jan 2003 19:05:36 -0000 1.13
@@ -1,7 +1,7 @@
CNRI OPEN SOURCE LICENSE AGREEMENT
IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY
-COPYING, INSTALLING OR OTHERWISE USING QUIXOTE 0.5.1 SOFTWARE, YOU
+COPYING, INSTALLING OR OTHERWISE USING QUIXOTE 0.6 SOFTWARE, YOU
ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS
LICENSE AGREEMENT.
@@ -9,37 +9,37 @@
Research Initiatives, having an office at 1895 Preston White
Drive, Reston, VA 20191 ("CNRI"), and the Individual or
Organization ("Licensee") copying, installing or otherwise using
- Quixote 0.5.1 software in source or binary form and its associated
- documentation ("Quixote 0.5.1").
+ Quixote 0.6 software in source or binary form and its associated
+ documentation ("Quixote 0.6").
2. Subject to the terms and conditions of this License Agreement,
CNRI hereby grants Licensee a nonexclusive, royalty-free, world-
wide license to reproduce, analyze, test, perform and/or display
publicly, prepare derivative works, distribute, and otherwise use
- Quixote 0.5.1 alone or in any derivative version, provided,
+ Quixote 0.6 alone or in any derivative version, provided,
however, that CNRI's License Agreement and CNRI's notice of
- copyright, i.e., "Copyright (c) 2000-2001 Corporation for
+ copyright, i.e., "Copyright (c) 2000-2003 Corporation for
National Research Initiatives; All Rights Reserved" are retained
- in Quixote 0.5.1 alone or in any derivative version prepared by
+ in Quixote 0.6 alone or in any derivative version prepared by
Licensee.
3. In the event Licensee prepares a derivative work that is based on
- or incorporates Quixote 0.5.1 or any part thereof, and wants to
+ or incorporates Quixote 0.6 or any part thereof, and wants to
make the derivative work available to others as provided herein,
then Licensee hereby agrees to include in any such work a brief
- summary of the changes made to Quixote 0.5.1.
+ summary of the changes made to Quixote 0.6.
-4. CNRI is making Quixote 0.5.1 available to Licensee on an "AS IS"
+4. CNRI is making Quixote 0.6 available to Licensee on an "AS IS"
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO
AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY
OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF QUIXOTE
- 0.5.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+ 0.6 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
- QUIXOTE 0.5.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
+ QUIXOTE 0.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE
- USING QUIXOTE 0.5.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
+ USING QUIXOTE 0.6, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
THE POSSIBILITY THEREOF.
6. This License Agreement will automatically terminate upon a
@@ -54,7 +54,7 @@
trademarks or trade name in a trademark sense to endorse or
promote products or services of Licensee, or any third party.
-8. By copying, installing or otherwise using Quixote 0.5.1, Licensee
+8. By copying, installing or otherwise using Quixote 0.6, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.