javaclass

Change of README.txt

153:c9d3a0aa7356
README.txt
     1.1 --- a/README.txt	Sun Jan 23 01:53:35 2005 +0100
     1.2 +++ b/README.txt	Sun Jan 23 01:59:27 2005 +0100
     1.3 @@ -144,3 +144,13 @@
     1.4  
     1.5  Consider nicer ways of writing the method names in Python, perhaps using a
     1.6  function which takes the individual parameter types as arguments.
     1.7 +
     1.8 +Release Procedures
     1.9 +------------------
    1.10 +
    1.11 +Update the javaclass/__init__.py __version__ attribute.
    1.12 +Update the release notes (see above).
    1.13 +Check the setup.py file and ensure that all package directories are mentioned.
    1.14 +Tag, export.
    1.15 +Rename ClassFile to javaclass (and add the release to the directory name).
    1.16 +Archive, upload.