# HG changeset patch # User Paul Boddie # Date 1106441967 -3600 # Node ID c9d3a0aa735621aa26a6f56713f8efcac6a0ba4f # Parent 805aa0c63c2f953cffe075b371696f823905bd05 Added release procedures to the documentation. Changed the acquisition of version information in setup.py. diff -r 805aa0c63c2f -r c9d3a0aa7356 README.txt --- a/README.txt Sun Jan 23 01:53:35 2005 +0100 +++ b/README.txt Sun Jan 23 01:59:27 2005 +0100 @@ -144,3 +144,13 @@ Consider nicer ways of writing the method names in Python, perhaps using a function which takes the individual parameter types as arguments. + +Release Procedures +------------------ + +Update the javaclass/__init__.py __version__ attribute. +Update the release notes (see above). +Check the setup.py file and ensure that all package directories are mentioned. +Tag, export. +Rename ClassFile to javaclass (and add the release to the directory name). +Archive, upload.