Changeset 67 for trunk

Show
Ignore:
Timestamp:
10/25/07 04:33:39 (4 years ago)
Author:
lgs
Message:

Get ready for 0.2.0

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES.txt

    r39 r67  
    22======= 
    33 
    4 0.1.1 (unreleased) 
     40.2.0 (2007-10-25) 
    55------------------ 
     6- Test suite 
     7- Python 2.4 compatibility (patch by Miguel Hernandez) 
     8- API docs 
     9- Small fixes 
    610 
    7110.1.0 (2007-10-17) 
  • trunk/README.txt

    r51 r67  
    131131That's it! You can see more examples in the examples directory of the source 
    132132code. 
     133 
     134Development 
     135----------- 
     136 
     137You can get the last bleeding edge version of pycha by getting a checkout of 
     138the subversion repository:: 
     139 
     140   svn co http://www.lorenzogil.com/svn/pycha/trunk pycha 
     141 
  • trunk/setup.py

    r39 r67  
    2424setup( 
    2525    name="pycha", 
    26     version="0.1.1dev", 
     26    version="0.2.0", 
    2727    author="Lorenzo Gil Sanchez", 
    2828    author_email="lorenzo.gil.sanchez@gmail.com",