wyckedsceptre change log

v 0.1.5.2 - 2010-11-02
    fixed examples.py not importing correctly

v 0.1.5 - 2010-11-02
    example from main module moved to separate example script file
    added unittests for load_data and save_data
    added invariants for Character, Die, and Attack classes - they now use them in most non-static methods
    added __init__.py into a couple directories
    changed module references to use folder structure
    moved unittest script into a /test folder
    moved example usage script from the main module to example.py
    added a bunch of new keywords and properties to setup.py
    removed version number in Doxyfile template from trunk
    pep8 compliance
    added more info in README
    makefile: now assumes that it is being run in a branch, not in the trunk
        added pyc file generation
        will removed .pickle files
        changed .tar.gz location to current directory
