Skip to content

Commit 7de7496

Browse files
committed
After-release fix, the announcement unfortunately has the wrong
version in the repo (but the correct one in the announcement). Sorry.
1 parent 65e61e8 commit 7de7496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILD.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ to find out how to install this software.
99
Building and distributing a release of Roundup is done by running:
1010

1111
1. Make sure the unit tests run! "./run_tests.py"
12-
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
13-
version and appropriate announcements.
12+
2. Edit roundup/__init__.py, CHANGES.txt and doc/announcement.txt to
13+
reflect the new version and appropriate announcements.
1414
3. Note the date in the CHANGES.txt file.
1515
4. Clean out all *.orig, *.rej, .#* files from the source.
1616
5. python setup.py clean --all

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
I'm proud to release version 1.4.21 of Roundup which has been possible
1+
I'm proud to release version 1.5.0 of Roundup which has been possible
22
due to the help of several contributors. This release introduces some
33
new features, most notably modular web templating with Jinja2 as a
44
templating engine (the old templating engine is still the recommended

0 commit comments

Comments
 (0)