From 0981abeaf01f2e12289e805f9084fdb8ce17c48c Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 20 Feb 2017 18:34:09 +0000 Subject: Bumped version number. --- doc/conf.py | 2 +- logutils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2f89fe5..f19593e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ copyright = u'2010-2017, Vinay Sajip' # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.4' +release = '0.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/logutils/__init__.py b/logutils/__init__.py index 89b02f0..34de890 100644 --- a/logutils/__init__.py +++ b/logutils/__init__.py @@ -13,7 +13,7 @@ of Python, and so are packaged here. import logging from string import Template -__version__ = '0.3.4' +__version__ = '0.3.5' class NullHandler(logging.Handler): """ -- cgit v1.2.1