summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
committerBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
commit44d7709a31f3a19f3d465411585ebb7be7fa2295 (patch)
treef022936eae4d165edd7e0766d62d20225bd3e521 /conf.py
parent7b96b85710439cdc7dac16a4655bf407bfad77d7 (diff)
downloadsimplejson-44d7709a31f3a19f3d465411585ebb7be7fa2295.tar.gz
fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2af3847..7ce0097 100644
--- a/conf.py
+++ b/conf.py
@@ -44,7 +44,7 @@ copyright = '2012, Bob Ippolito'
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
-release = '3.0.8'
+release = '3.0.9'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: