Changeset 118
- Timestamp:
- 10/28/08 17:07:43 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
CHANGES.txt (modified) (1 diff)
-
RELEASE.howto (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.txt
r115 r118 1 1 Changes 2 2 ======= 3 4 0.4.1 (unreleased) 5 ------------------ 6 - ... 3 7 4 8 0.4.0 (2008-10-28) -
trunk/RELEASE.howto
r86 r118 29 29 instead. 30 30 31 4. Create a release tag. 31 4. Create a release tag: 32 33 svn copy http://www.lorenzogil.com/svn/pycha/trunk \ 34 http://www.lorenzogil.com/svn/pycha/tags/X.Y.Z 32 35 33 36 5. Get a separate checkout of the release tag for creating the -
trunk/setup.py
r114 r118 24 24 setup( 25 25 name="pycha", 26 version="0.4. 0dev",26 version="0.4.1dev", 27 27 author="Lorenzo Gil Sanchez", 28 28 author_email="lorenzo.gil.sanchez@gmail.com",
