summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--docs/src/users_guide.tex2
-rwxr-xr-xsetup.py9
-rw-r--r--src/Version.py2
4 files changed, 8 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 1347ebe..22ce082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
Please initial your changes and add a date for each release
================================================================================
-0.9.8b1 (September ?, 2001)
+0.9.8 (October 9, 2001)
- added a few new language constructs (aka 'directives') to Cheetah (TR)
#while ... #end while
#try ... #except ... #else ... #finally ... #end try
diff --git a/docs/src/users_guide.tex b/docs/src/users_guide.tex
index 04515ee..263dd25 100644
--- a/docs/src/users_guide.tex
+++ b/docs/src/users_guide.tex
@@ -2,7 +2,7 @@
\usepackage{moreverb} %% Verbatim Code Listings
\title{Cheetah Users' Guide}
-\release{0.9.8a4}
+\release{0.9.8}
\author{The Cheetah Development Team}
\authoraddress{\email{cheetahtemplate-discuss@lists.sourceforge.net}}
diff --git a/setup.py b/setup.py
index 183c4a3..e5ed8b7 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# $Id: setup.py,v 1.7 2001/09/06 03:51:55 tavis_rudd Exp $
+# $Id: setup.py,v 1.9 2001/10/10 06:21:27 tavis_rudd Exp $
"""A setup module for the Cheetah package, based on the disutils module
Meta-Data
@@ -7,12 +7,12 @@ Meta-Data
Author: Tavis Rudd <tavis@calrudd.com>
License: This software is released for unlimited distribution under the
terms of the Python license.
-Version: $Revision: 1.7 $
+Version: $Revision: 1.9 $
Start Date: 2001/03/30
-Last Revision Date: $Date: 2001/09/06 03:51:55 $
+Last Revision Date: $Date: 2001/10/10 06:21:27 $
"""
__author__ = "Tavis Rudd <tavis@calrudd.com>"
-__version__ = "$Revision: 1.7 $"[11:-2]
+__version__ = "$Revision: 1.9 $"[11:-2]
##################################################
## DEPENDENCIES ##
@@ -107,3 +107,4 @@ if __name__ == '__main__':
)
+
diff --git a/src/Version.py b/src/Version.py
index 6974c76..a92662a 100644
--- a/src/Version.py
+++ b/src/Version.py
@@ -1 +1 @@
-version = '0.9.8a4'
+version = '0.9.8'