Changeset 24
- Timestamp:
- 03/06/07 12:56:19 (2 years ago)
- Files:
-
- trunk/tgwebservices/release.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tgwebservices/release.py
r18 r24 1 1 # Release information about TGWebServices 2 2 3 version = "1. 0.3"3 version = "1.1" 4 4 5 5 description = "Multiprotocol Web Services for TurboGears" … … 31 31 * Provides enough type information for statically typed languages to generate conveniently usable interfaces 32 32 * Can output instances of your own classes 33 * Can also accept instances of your classes as input 33 34 * Works with TurboGears 1.0 34 35 * MIT license allows for unrestricted use"""
