~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    MoinMoin - Version Information
5
5
 
6
6
    @copyright: 2000-2006 Juergen Hermann <jh@web.de>,
7
 
                2003-2010 MoinMoin:ThomasWaldmann
 
7
                2003-2008 MoinMoin:ThomasWaldmann
8
8
    @license: GNU GPL, see COPYING for details.
9
9
"""
10
10
import sys
15
15
    patchlevel = 'release'
16
16
 
17
17
project = "MoinMoin"
18
 
release = '1.9.3'
19
 
release_short = '193' # used for url_prefix_static
 
18
release = '1.7.0'
 
19
release_short = '170' # used for url_prefix_static
20
20
revision = patchlevel
21
21
 
22
22
def update():