|
Revision 540, 0.6 kB
(checked in by schwa, 3 years ago)
|
Added task of updating the website's documentation.
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| 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 `VERSION` (`ftputil_version.py` |
|---|
| 8 |
and `ftputil.txt` are handled by the `sed` invocation through |
|---|
| 9 |
`make dist`) |
|---|
| 10 |
|
|---|
| 11 |
- `make test && make dist` |
|---|
| 12 |
|
|---|
| 13 |
- tag release |
|---|
| 14 |
|
|---|
| 15 |
- add new version to Download page on the website |
|---|
| 16 |
|
|---|
| 17 |
- update documentation on the website |
|---|
| 18 |
|
|---|
| 19 |
- register new version with PyPI |
|---|
| 20 |
|
|---|
| 21 |
- post announcement to ftputil mailing list |
|---|
| 22 |
|
|---|
| 23 |
- for changes in minor version (i. e. not only a bugfix release), |
|---|
| 24 |
send announcement to comp.lang.python; update file `announcements` |
|---|
| 25 |
accordingly |
|---|
| 26 |
|
|---|