Description

Describe the bug...

Steps to reproduce

Add

to wikiconfig.py. Pages then report "MoinMoin release ..." rather than the version number.

Example

Details

The code in ''version.py'' should be:

project = "MoinMoin"
release  = '1.5.3'

try:
    from patchlevel import patchlevel
except:
    patchlevel = release

revision = patchlevel

for the current release (1.5.3).

MoinMoin Version

OS and Version

Python Version

Server Setup

Server Details

Workaround

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ShowVersionBroken (last edited 2007-10-29 19:06:22 by localhost)