Skip to content

Commit e7ccb01

Browse files
author
jonas
committed
Bumping version number.
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@190 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent 60e161a commit e7ccb01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/trac-admin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: iso8859-1 -*-
3-
__version__ = '0.5'
3+
__version__ = '0.5.1'
44
__author__ = 'Daniel Lundin <[email protected]>, Jonas Borgström <[email protected]>'
55
__copyright__ = 'Copyright (c) 2004 Edgewall Software'
66
__license__ = """

trac/Module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def apply_template (self):
6666
self.cgi.hdf.setValue('trac.href.login', href.login())
6767
self.cgi.hdf.setValue('trac.href.logout', href.logout())
6868
self.cgi.hdf.setValue('trac.href.homepage', 'http://trac.edgewall.com/')
69-
self.cgi.hdf.setValue('trac.version', '0.5')
69+
self.cgi.hdf.setValue('trac.version', '0.5.1')
7070

7171

7272
self.cgi.hdf.setValue('header_logo.link',

trac/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010
__docformat__ = 'epytext en'
1111

12-
__version__ = '0.5'
12+
__version__ = '0.5.1'
1313
__url__ = 'http://trac.edgewall.com/'
1414
__copyright__ = '(C) 2003 Edgewall Software'
1515
__license__ = 'GNU General Public License version 2'

0 commit comments

Comments
 (0)