Author: faide
Date: Sun Jan 20 18:42:26 2008
New Revision: 4000
URL: http://trac.turbogears.org/changeset/4000
Log:
Updating website
Modified:
website/newdocs/base.html
website/newdocs/download/tgsetup.py
website/newdocs/index.html
Modified: website/newdocs/base.html
==============================================================================
--- website/newdocs/base.html (original)
+++ website/newdocs/base.html Sun Jan 20 18:42:26 2008
@@ -106,7 +106,7 @@
<h3>Download Stable Version</h3>
<div id="download-stable">
- <h2>TurboGears <strong>1.0.4</strong></h2>
+ <h2>TurboGears <strong>1.0.4.1</strong></h2>
<strong>Jan 20, 2008</strong>
<p>Latest stable version</p>
Modified: website/newdocs/download/tgsetup.py
==============================================================================
--- website/newdocs/download/tgsetup.py (original)
+++ website/newdocs/download/tgsetup.py Sun Jan 20 18:42:26 2008
@@ -3,7 +3,7 @@
from distutils import log
-TGVERSION = "1.0.4"
+TGVERSION = "1.0.4.1"
TGDOWNLOAD = "http://www.turbogears.org/download/"
#!python
Modified: website/newdocs/index.html
==============================================================================
--- website/newdocs/index.html (original)
+++ website/newdocs/index.html Sun Jan 20 18:42:26 2008
@@ -25,7 +25,7 @@
<div id="page">
- <h1>Jan 20, 2008: TurboGears 1.0.4 released.</h1>
+ <h1>Jan 20, 2008: TurboGears 1.0.4.1 released.</h1>
<p>
This version includes the security fix mentioned below and fixes many bugs.