From: Vinay Sajip Date: Sun, 3 Oct 2004 19:10:53 +0000 (+0000) Subject: Version number updated to 0.4.9.5 X-Git-Tag: v2.4b1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d5fee06e01040d86c832f83e36650966f349f93;p=python Version number updated to 0.4.9.5 --- diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 987bc13722..e9bb4d9fc6 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