Refactor the CollectionHTTPServer around a wsgi-style request handler.
[jelmer/calypso.git] / RELEASE
1 Calypso release process
2
3 Upstream:
4
5 1) Run the tests (./setup.py nosetests)
6
7 2) Set version in calypso/__init__.py. Commit to master
8
9 3) Tag master branch with version number
10
11 4) Push master branch and tag to alioth repository.
12
13 5) Send mail to the calypso@keithp.com mailing list
14
15  To generate the history, use e.g.:
16
17  $ git log --format=tformat:%s\ \(%an\) 1.4.. > ChangeLog