- Timestamp:
- 10/25/07 04:33:39 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
CHANGES.txt (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.txt
r39 r67 2 2 ======= 3 3 4 0. 1.1 (unreleased)4 0.2.0 (2007-10-25) 5 5 ------------------ 6 - Test suite 7 - Python 2.4 compatibility (patch by Miguel Hernandez) 8 - API docs 9 - Small fixes 6 10 7 11 0.1.0 (2007-10-17) -
trunk/README.txt
r51 r67 131 131 That's it! You can see more examples in the examples directory of the source 132 132 code. 133 134 Development 135 ----------- 136 137 You can get the last bleeding edge version of pycha by getting a checkout of 138 the subversion repository:: 139 140 svn co http://www.lorenzogil.com/svn/pycha/trunk pycha 141 -
trunk/setup.py
r39 r67 24 24 setup( 25 25 name="pycha", 26 version="0. 1.1dev",26 version="0.2.0", 27 27 author="Lorenzo Gil Sanchez", 28 28 author_email="lorenzo.gil.sanchez@gmail.com",
