From 2d5fee06e01040d86c832f83e36650966f349f93 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sun, 3 Oct 2004 19:10:53 +0000 Subject: Version number updated to 0.4.9.5 --- Lib/logging/__init__.py | 4 ++-- 1 file 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 " __status__ = "beta" -__version__ = "0.4.9.4" -__date__ = "22 September 2004" +__version__ = "0.4.9.5" +__date__ = "02 October 2004" #--------------------------------------------------------------------------- # Miscellaneous module data -- cgit v0.12