Changeset 129:9b5bd4d4702f
- Timestamp:
- 04/16/09 04:45:46 (16 months ago)
- Author:
- Nicolas ?vrard <nicoe@…>
- Branch:
- default
- Message:
-
Prepare for the release
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r108
|
r129
|
|
| | 1 | 0.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 | |
| 1 | 9 | 0.5.0 - 20090123 |
| 2 | 10 | * Added Text and XML Template to the TemplateLoader |
-
|
r114
|
r129
|
|
| 13 | 13 | import templates |
| 14 | 14 | |
| 15 | | __version__ = 'development' |
| | 15 | __version__ = '0.5.1' |