Changeset 126
- Timestamp:
- 10/29/08 05:36:11 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGES.txt (modified) (2 diffs)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.txt
r121 r126 1 1 Changes 2 2 ======= 3 4 0.4.2dev (unreleased) 5 --------------------- 6 - ... 3 7 4 8 0.4.1 (2008-10-29) … … 15 19 - Chavier, a simple pygtk application for playing with Pycha charts (Lorenzo) 16 20 - Allow the legend to be placed relative to the right and bottom of the canvas 17 (Nicolas Ãvrard)21 (Nicolas Evrard) 18 22 - Easier debugging by adding __str__ methods to aux classes (rectangle, point, 19 23 area, ...) (Lorenzo) -
trunk/setup.py
r120 r126 24 24 setup( 25 25 name="pycha", 26 version="0.4. 1dev",26 version="0.4.2dev", 27 27 author="Lorenzo Gil Sanchez", 28 28 author_email="lorenzo.gil.sanchez@gmail.com",
