summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-21 14:19:08 -0800
committerBob Ippolito <bob@redivi.com>2013-02-21 14:19:08 -0800
commit104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2 (patch)
tree3cf08092fb2b95376a2b93f88e400c98c53872d8 /conf.py
parent44d7709a31f3a19f3d465411585ebb7be7fa2295 (diff)
downloadsimplejson-104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2.tar.gz
improve truncated input error messages, use JSONDecodeError instead of StopIteration (#61)
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index 7ce0097..6f8024d 100644
--- a/conf.py
+++ b/conf.py
@@ -36,15 +36,15 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2012, Bob Ippolito'
+copyright = '2013, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
-version = '3.0'
+version = '3.1'
# The full version, including alpha/beta/rc tags.
-release = '3.0.9'
+release = '3.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: