Description
Describe the bug...
Steps to reproduce
Add
- show_version = 1
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 = patchlevelfor the current release (1.5.3).
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Workaround
Discussion
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in 1.6 branch changeset e3b84c7488e8
