Changeset 989
- Timestamp:
- 05/06/03 17:00:54 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r980 r989 22 22 PyKota NEWS : 23 23 24 - 1.06 : 25 26 - Severe bug fixed : if you had a printer in 27 power saving state which couldn't answer immediately, 28 a bug was triggered. 29 It was caused by a bad copy/paste which 30 forgot to import a Python module at run time. 31 24 32 - 1.05 : 25 33 -
pykota/trunk/pykota/version.py
r980 r989 21 21 # 22 22 23 __version__ = "1.0 5-unofficial"23 __version__ = "1.06_unofficial" 24 24 25 25 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""