Changeset 24

Show
Ignore:
Timestamp:
03/06/07 12:56:19 (2 years ago)
Author:
kevin
Message:

updated for 1.1 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tgwebservices/release.py

    r18 r24  
    11# Release information about TGWebServices 
    22 
    3 version = "1.0.3
     3version = "1.1
    44 
    55description = "Multiprotocol Web Services for TurboGears" 
     
    3131* Provides enough type information for statically typed languages to generate conveniently usable interfaces 
    3232* Can output instances of your own classes 
     33* Can also accept instances of your classes as input 
    3334* Works with TurboGears 1.0 
    3435* MIT license allows for unrestricted use"""