Changeset 118

Show
Ignore:
Timestamp:
10/28/08 17:07:43 (4 years ago)
Author:
lgs
Message:

Bump version number and prepare next release

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES.txt

    r115 r118  
    11Changes 
    22======= 
     3 
     40.4.1 (unreleased) 
     5------------------ 
     6- ... 
    37 
    480.4.0 (2008-10-28) 
  • trunk/RELEASE.howto

    r86 r118  
    2929   instead. 
    3030 
    31 4. Create a release tag. 
     314. 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 
    3235 
    33365. Get a separate checkout of the release tag for creating the 
  • trunk/setup.py

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