Skip to content

Commit 385c92c

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent adf03d4 commit 385c92c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

BUILD.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ want it to stay that way, too.
77
This means that we only need to ever build source releases. This is done by
88
running:
99

10-
1. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
10+
1. Make sure the unit tests run! "./run_tests"
11+
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1112
version and appropriate announcements. Add truncated announcement to
1213
setup.py description field.
13-
2. python setup.py clean --all
14-
3. Edit setup.py to ensure that all information therein (version, contact
14+
3. python setup.py clean --all
15+
4. Edit setup.py to ensure that all information therein (version, contact
1516
information etc) is correct.
16-
4. python setup.py sdist --manifest-only
17-
5. Check the MANIFEST to make sure that any new files are included. If
17+
5. python setup.py sdist --manifest-only
18+
6. Check the MANIFEST to make sure that any new files are included. If
1819
they are not, edit MANIFEST.in to include them. "Documentation" for
1920
MANIFEST.in may be found in disutils.filelist._parse_template_line.
20-
6. python setup.py sdist
21+
7. python setup.py sdist
2122
(if you find sdist a little verbose, add "--quiet" to the end of the
2223
command)
2324

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===================================================
2-
SC-Track Roundup 0.6.0b2 - an issue tracking system
2+
SC-Track Roundup 0.6.0b3 - an issue tracking system
33
===================================================
44

55
This is the second release of the new version of Roundup which contains a

0 commit comments

Comments
 (0)