Changeset 148:c4a133c148e1
- Timestamp:
- 11/07/09 17:11:15 (9 months ago)
- Author:
- C?dric Krier <ced@…>
- Branch:
- default
- Tags:
- 0.5.2
- Message:
-
Prepare for release
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r144
|
r148
|
|
| 9 | 9 | examples/pie.png |
| 10 | 10 | examples/vbar.svg |
| | 11 | dist/ |
-
|
r147
|
r148
|
|
| 1 | | 0.5.2 |
| | 1 | 0.5.2 - 20091108 |
| 2 | 2 | * Fix guess_type for long value |
| 3 | 3 | * Add width, height arguments for "image:" in odf |
-
|
r129
|
r148
|
|
| 13 | 13 | import templates |
| 14 | 14 | |
| 15 | | __version__ = '0.5.1' |
| | 15 | __version__ = '0.5.2' |
-
|
r132
|
r148
|
|
| 11 | 11 | setup( |
| 12 | 12 | name="relatorio", |
| 13 | | url="http://relatorio.openhex.org", |
| | 13 | url="http://relatorio.openhex.org/", |
| 14 | 14 | author="Nicolas Evrard", |
| 15 | 15 | author_email="nicoe@openhex.org", |
| | 16 | maintainer="Cédric Krier", |
| | 17 | maintainer_email="cedric.krier@b2ck.com", |
| 16 | 18 | description="A templating library able to output odt and pdf files", |
| 17 | 19 | long_description=""" |