diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-10-03 19:10:53 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-10-03 19:10:53 (GMT) |
commit | 2d5fee06e01040d86c832f83e36650966f349f93 (patch) | |
tree | 1f8c27677d286076e355798859efe5503f8f6148 /Lib/logging | |
parent | 1dc5b1e5a2dfb6feb999742319cdcfc1bdf63f02 (diff) | |
download | cpython-2d5fee06e01040d86c832f83e36650966f349f93.zip cpython-2d5fee06e01040d86c832f83e36650966f349f93.tar.gz cpython-2d5fee06e01040d86c832f83e36650966f349f93.tar.bz2 |
Version number updated to 0.4.9.5
Diffstat (limited to 'Lib/logging')
-rw-r--r-- | Lib/logging/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 987bc13..e9bb4d9 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -36,8 +36,8 @@ except ImportError: __author__ = "Vinay Sajip <vinay_sajip@red-dove.com>" __status__ = "beta" -__version__ = "0.4.9.4" -__date__ = "22 September 2004" +__version__ = "0.4.9.5" +__date__ = "02 October 2004" #--------------------------------------------------------------------------- # Miscellaneous module data |