summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-04-30 11:43:21 -0700
committerBob Ippolito <bob@redivi.com>2014-04-30 11:43:21 -0700
commit88ac2f35519afb8099dbb7861ff476896d577206 (patch)
treeaa4d5a5c00fafe7b2ed41e78c1f1679a4e90325d /conf.py
parent080376336e79d712ba56ba76ad00047b0023d13b (diff)
downloadsimplejson-88ac2f35519afb8099dbb7861ff476896d577206.tar.gz
fix tests to run on Python 3.4
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 cd66248..75f1756 100644
--- a/conf.py
+++ b/conf.py
@@ -44,7 +44,7 @@ copyright = '2014, Bob Ippolito'
# The short X.Y version.
version = '3.4'
# The full version, including alpha/beta/rc tags.
-release = '3.4.0'
+release = '3.4.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: