Skip to content

Commit 3e7a644

Browse files
author
Richard Jones
committed
Getting ready for a preview release for 0.3.0.
1 parent 60688bd commit 3e7a644

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

doc/announcement.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Roundup 0.3.0 - an issue tracking system
1+
Roundup 0.3.0pre1 - an issue tracking system
2+
3+
**PREVIEW RELEASE**
4+
5+
This release is in use by Bizar Software, but has had little testing beyond
6+
that. It contains several new features which will require migration, so
7+
we're releasing this preview for the bleeding-edge users.
28

39
** existing users _must_ read the MIGRATION.txt that accompanies the
410
source.
@@ -28,8 +34,7 @@ doesn't even need to be "installed" to be operational, though a
2834
disutils-based install script is provided.
2935

3036
It comes with two issue tracker templates and three database back-ends.
31-
Back-ends for relational databases are being developed.
3237

33-
Source is available at the website:
34-
http://sourceforge.net/projects/roundup/
38+
Source and documentation is available at the website:
39+
http://roundup.sourceforge.net/
3540

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.20 2001-10-08 21:49:30 richard Exp $
19+
# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -42,7 +42,7 @@
4242

4343

4444
setup ( name = "roundup",
45-
version = "0.2.9",
45+
version = "0.3.0pre1",
4646
description = "Roundup issue tracking system.",
4747
author = "Richard Jones",
4848
author_email = "[email protected]",
@@ -53,6 +53,9 @@
5353

5454
#
5555
# $Log: not supported by cvs2svn $
56+
# Revision 1.20 2001/10/08 21:49:30 richard
57+
# Minor pre- 0.3.0 changes
58+
#
5659
# Revision 1.19 2001/09/10 09:48:35 richard
5760
# Started changes log for 0.2.9
5861
#

0 commit comments

Comments
 (0)