Changeset 14:11caddcad223
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6
|
r14
|
|
| | 1 | 0.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 | |
| 1 | 8 | 0.1.0 - 20080707 |
| 2 | 9 | Initial version |
-
|
r4
|
r14
|
|
| 1 | 1 | from reporting import * |
| 2 | 2 | |
| 3 | | __version__ = '0.1.0' |
| | 3 | __version__ = '0.1.1' |