Changeset 19758

Show
Ignore:
Timestamp:
01/08/07 07:20:11 (2 years ago)
Author:
patrick
Message:

Mark PyJuggler? 1.0.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PyJuggler/branches/1.0/ChangeLog

    r19667 r19758  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3[1.0.1 released - 1.8.2007]==================================================== 
    34Dec-17-2006 patrick     Updated for the deprecation of 
    45                        gadget::BaseDeviceInterface::refreshAllDevices(). 
  • PyJuggler/branches/1.0/dist/__init__.py

    r18527 r19758  
    66__all__     = ["vrj", "cluster", "gadget", "snx", "jccl", "vpr"] 
    77__build__   = 1 
    8 __version__ = '1.0.0.%d' % __build__ 
     8__version__ = '1.0.1.%d' % __build__ 
    99__date__    = string.join(string.split('$Date$')[1:3], ' ') 
    1010__author__  = 'Patrick Hartling <patrick@infiscape.com>'