Skip to content

Commit f5cd0fd

Browse files
author
rjollos
committed
1.2.2dev: Prepare for development
git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.2-stable@15728 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent 538bf18 commit f5cd0fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#[egg_info]
2-
#tag_build = dev
1+
[egg_info]
2+
tag_build = dev
33

44
[bdist_wininst]
55
bitmap = setup_wininst.bmp

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
setup(
5757
name = 'Trac',
58-
version = '1.2.1',
58+
version = '1.2.2',
5959
description = 'Integrated SCM, wiki, issue tracker and project environment',
6060
long_description = """
6161
Trac is a minimalistic web-based software project management and bug/issue

trac/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
try:
1717
__version__ = get_distribution('Trac').version
1818
except DistributionNotFound:
19-
__version__ = '1.2.1'
19+
__version__ = '1.2.2'

trac/wiki/default-pages/WikiStart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Welcome to Trac 1.2.1
1+
= Welcome to Trac 1.2.2
22

33
Trac is a '''minimalistic''' approach to '''web-based''' management of
44
'''software projects'''. Its goal is to simplify effective tracking and

0 commit comments

Comments
 (0)