Changeset 590

Show
Ignore:
Timestamp:
03/14/05 20:47:58 (19 years ago)
Author:
jerome
Message:

Version 1.00 is out

Location:
tea4cups/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/README

    r586 r590  
    5050        TEAINPUTFILE : Print job's data file or empty when job read from stdin. 
    5151         
     52In the case you want to use both Tea4CUPS and PyKota, you MUST install  
     53PyKota v1.22alpha2 or higher to avoid a race condition. 
     54 
    5255============================================================================= 
    5356 
  • tea4cups/trunk/tea4cups

    r589 r590  
    3737from struct import unpack 
    3838 
    39 version = "0.99" 
     39version = "1.00" 
    4040 
    4141class TeeError(Exception):