From 9c84601ffab2c2bd571d5e35424f7e72f90022da Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 24 Jun 2017 21:09:13 +0100 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 f19593e..4c547fb 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.5' +release = '0.3.6' # 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 34de890..7e7004d 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.5' +__version__ = '0.3.6' class NullHandler(logging.Handler): """ -- cgit v1.2.1