Skip to content

Commit 5f6d787

Browse files
author
Richard Jones
committed
Modifications for the final 0.4.2 release.
1 parent 990a27a commit 5f6d787

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/announcement.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
====================================================
2-
SC-Track Roundup 0.4.2pr1 - an issue tracking system
3-
====================================================
1+
=================================================
2+
SC-Track Roundup 0.4.2 - an issue tracking system
3+
=================================================
44

5-
NOTE: This is the first (and hopefully only) pre-release of 0.4.2. If you
6-
have an existing roundup installation and wish to test it, make a backup
7-
of your database. Make sure you read the upgrading.txt document!
5+
Note: If you have an existing roundup installation, make a backup of your
6+
database. Make sure you read doc/upgrading.txt!
87

98
Roundup requires python 2.1.1 for correct operation. Support for dumbdbm
109
requires python 2.1.2 or 2.2. 2.1.3 and 2.2.1 are recommended.

roundup/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.8 2002-06-21 00:24:53 richard Exp $
18+
# $Id: __init__.py,v 1.9 2002-06-24 01:09:33 richard Exp $
1919

2020
__doc__ = '''
2121
This is a simple-to-use and -install issue-tracking system with
@@ -65,10 +65,13 @@
6565
much prettier cake :)
6666
'''
6767

68-
__version__ = '0.4.2rc1'
68+
__version__ = '0.4.2'
6969

7070
#
7171
# $Log: not supported by cvs2svn $
72+
# Revision 1.8 2002/06/21 00:24:53 richard
73+
# *baff* richard.
74+
#
7275
# Revision 1.7 2002/06/17 23:14:44 richard
7376
# . #569415 ] {version}
7477
#

0 commit comments

Comments
 (0)