diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-10-03 19:10:53 +0000 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2004-10-03 19:10:53 +0000 |
| commit | 38f557f7ddf5825256ce7be25a42d51485180d0a (patch) | |
| tree | 95fe9fb5a984f556073b996f3d63cb85e8332fba | |
| parent | a41c22322992b5c9f28f187430079aeba38af59a (diff) | |
| download | cpython-38f557f7ddf5825256ce7be25a42d51485180d0a.tar.gz | |
Version number updated to 0.4.9.5
| -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 987bc13722..e9bb4d9fc6 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 |
