Changeset 126

Show
Ignore:
Timestamp:
10/29/08 05:36:11 (4 years ago)
Author:
lgs
Message:

Bump version number

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES.txt

    r121 r126  
    11Changes 
    22======= 
     3 
     40.4.2dev (unreleased) 
     5--------------------- 
     6- ... 
    37 
    480.4.1 (2008-10-29) 
     
    1519- Chavier, a simple pygtk application for playing with Pycha charts (Lorenzo) 
    1620- Allow the legend to be placed relative to the right and bottom of the canvas 
    17   (Nicolas Évrard) 
     21  (Nicolas Evrard) 
    1822- Easier debugging by adding __str__ methods to aux classes (rectangle, point, 
    1923  area, ...) (Lorenzo) 
  • trunk/setup.py

    r120 r126  
    2424setup( 
    2525    name="pycha", 
    26     version="0.4.1dev", 
     26    version="0.4.2dev", 
    2727    author="Lorenzo Gil Sanchez", 
    2828    author_email="lorenzo.gil.sanchez@gmail.com",