summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 18:34:09 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 18:34:09 +0000
commit0981abeaf01f2e12289e805f9084fdb8ce17c48c (patch)
treee3228049644a2e083356b0342419487298879548
parenta3584696e8f92c14b4cceacfc781df550a0c24ff (diff)
downloadlogutils-git-0981abeaf01f2e12289e805f9084fdb8ce17c48c.tar.gz
Bumped version number.
-rw-r--r--doc/conf.py2
-rw-r--r--logutils/__init__.py2
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):
"""