|
Revision 620:14f3b7244712, 0.5 kB
(checked in by Stefan Schwarzer <sschwarzer@…>, 4 weeks ago)
|
|
For the first release, also send the announcement to comp.lang.python.
|
| Line | |
|---|
| 1 | Things to do for a new release: |
|---|
| 2 | |
|---|
| 3 | - update info on new version in `README.txt` |
|---|
| 4 | |
|---|
| 5 | - write announcement in announcements.txt |
|---|
| 6 | |
|---|
| 7 | - increase version number in `setup.py` |
|---|
| 8 | |
|---|
| 9 | - `make test && make dist` |
|---|
| 10 | |
|---|
| 11 | Execute tests under Windows, too! |
|---|
| 12 | |
|---|
| 13 | - tag release |
|---|
| 14 | |
|---|
| 15 | - add new version to Trac issue tracker |
|---|
| 16 | |
|---|
| 17 | - add new version to Download page on the website |
|---|
| 18 | |
|---|
| 19 | - update documentation on the website |
|---|
| 20 | |
|---|
| 21 | - register new version with PyPI |
|---|
| 22 | |
|---|
| 23 | - post announcement to websourcebrowser mailing list |
|---|
| 24 | |
|---|
| 25 | - send announcement to comp.lang.python[.announce] |
|---|
| 26 | |
|---|