- Timestamp:
- 11/25/03 14:46:08 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r1203 r1212 22 22 PyKota NEWS : 23 23 24 - 1.16alpha13 : 25 26 - Small bugfix wrt Python v2.1 27 28 - CUPS Test Page are now printed as user 'root' if username 29 received is empty. 30 24 31 - 1.16alpha12 : 25 32 -
pykota/trunk/pykota/version.py
r1203 r1212 22 22 # 23 23 24 __version__ = "1.16alpha1 2_unofficial"24 __version__ = "1.16alpha13_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""