Changeset 4011
- Timestamp:
- 01/21/08 15:33:07 (11 months ago)
- Files:
-
- website/newdocs/base.html (modified) (1 diff)
- website/newdocs/download/tgsetup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/base.html
r4000 r4011 107 107 108 108 <div id="download-stable"> 109 <h2>TurboGears <strong>1.0.4. 1</strong></h2>109 <h2>TurboGears <strong>1.0.4.2</strong></h2> 110 110 111 111 <strong>Jan 20, 2008</strong> website/newdocs/download/tgsetup.py
r4000 r4011 4 4 from distutils import log 5 5 6 TGVERSION = "1.0.4. 1"6 TGVERSION = "1.0.4.2" 7 7 TGDOWNLOAD = "http://www.turbogears.org/download/" 8 8