diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-11-21 16:51:43 +0000 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-11-21 16:51:43 +0000 |
| commit | 66013d7a6c8594d435e6d3ff0b468b51c40318b6 (patch) | |
| tree | 3f8251fc600a63169282d66869ea8d82864b47f1 /logutils/__init__.py | |
| parent | ff08c6c2163075ea0d3a12c1c2a2e2d52bcc7bc7 (diff) | |
| download | logutils-git-0.3.2.tar.gz | |
Made ready for 0.3.2.0.3.2
Diffstat (limited to 'logutils/__init__.py')
| -rw-r--r-- | logutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logutils/__init__.py b/logutils/__init__.py index 377da43..f9a677c 100644 --- a/logutils/__init__.py +++ b/logutils/__init__.py @@ -10,7 +10,7 @@ of Python, and so are packaged here. import logging from string import Template -__version__ = '0.3.1' +__version__ = '0.3.2' class NullHandler(logging.Handler): """ |
