Changeset 129:9b5bd4d4702f

Show
Ignore:
Timestamp:
04/16/09 04:45:46 (16 months ago)
Author:
Nicolas ?vrard <nicoe@…>
Branch:
default
Message:

Prepare for the release

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • CHANGES

    r108 r129  
     10.5.1 - 20090416 
     2 * Simplified the examples 
     3 * Fix usage of tags without attributes (choose & otherwise) 
     4 * Print original traceback when a module can not be loaded 
     5 * Do not import relatorio in setup.py 
     6 * Better handling of namespaces 
     7 * Added some tests 
     8 
    190.5.0 - 20090123 
    210 * Added Text and XML Template to the TemplateLoader 
  • relatorio/__init__.py

    r114 r129  
    1313import templates 
    1414 
    15 __version__ = 'development' 
     15__version__ = '0.5.1'