Changeset 14:11caddcad223

Show
Ignore:
Timestamp:
07/14/08 22:15:28 (5 years ago)
Author:
Nicolas Evrard <nicoe@…>
Branch:
default
Tags:
0.1.1
Message:

Preparation for release

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • CHANGES

    r6 r14  
     10.1.1 - 20080715 
     2 * Added an image handling feature (thanks to b2ck.com for the idea and bits of 
     3   implementation) 
     4 * Added the dependancy on Genshi 
     5 * test for trml2pdf presence 
     6 * standardize the way the template object returns their results 
     7 
    180.1.0 - 20080707 
    29Initial version 
  • relatorio/__init__.py

    r4 r14  
    11from reporting import * 
    22 
    3 __version__ = '0.1.0' 
     3__version__ = '0.1.1'