Changeset 808

Show
Ignore:
Timestamp:
05/20/08 13:52:11 (6 months ago)
Author:
robin
Message:

rolling 0.2.1a release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyrun/trunk/ChangeLog

    r793 r808  
    11ChangeLog 
    22~~~~~~~~~ 
    3  
     30.2.1: 
     4  * Changed the package distribution name back to pyrun 
     5  * in .pth files added support for relative paths, paths which contain 
     6    environment variables, paths which use operating specific aliases for $HOME 
     7  * Bug fixes and better reporting for the exclusion facility. 
    480.1.1: 
    59  * Added support for directory exclusions and path prunes. 
  • pyrun/trunk/pkg-info.rst

    r796 r808  
    11:License: MIT 
    22:Name: pyrun 
    3 :Version: 0.1.1c.dev 
     3:Version: 0.2.1a.dev 
    44:Author: Robin Bryce 
    55:Author-email: robinbryce@gmail.com 
  • pyrun/trunk/setup.py

    r804 r808  
    3030 
    3131PKG_INFO=get_info(file(abs_pkg_info).read()) 
    32  
    3332 
    3433def update_docs(glob_pattern, ignore=None, docutils_conf=None):