We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0d60 commit e2251c7Copy full SHA for e2251c7
RELEASE.txt
@@ -8,8 +8,12 @@ Roundup, read the doc/installation.txt file.
8
Roundup release checklist:
9
10
1. Run unit tests! They should pass successfully. "./run_tests.py"
11
-2. Change version in roundup/__init__.py, record date in CHANGES.txt.
12
-3. Update doc/announcement.txt with new details.
+2. Update version
+ CHANGES.txt
13
+ roundup/__init__.py
14
+3. Update documentation
15
+ doc/announcement.txt
16
+ doc/upgrading.txt
17
4. Clean out all *.orig, *.rej, .#* files from the source.
18
5. python setup.py clean --all
19
6. Edit setup.py to ensure that all information therein (contacts,
0 commit comments