DrTrigon has submitted this change and it was merged.
Change subject: sync version.py with core ......................................................................
sync version.py with core
Change-Id: I2b269d93b26c4d2f6849451a709863923cde0d85 --- M version.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: DrTrigon: Verified; Looks good to me, approved
diff --git a/version.py b/version.py index 9832bd4..f3fc3a1 100644 --- a/version.py +++ b/version.py @@ -1,3 +1,4 @@ +#!/usr/bin/python # -*- coding: utf-8 -*- """ Script to determine the pywikipedia version (tag, revision and date) """ # @@ -15,7 +16,7 @@ import config
if __name__ == '__main__': - print 'Pywikibot %s' % getversion() + print 'Pywikibot: %s' % getversion() print 'Release version: %s' % pywikibot.__release__ print 'Python: %s' % sys.version print 'config-settings:'
pywikibot-commits@lists.wikimedia.org