summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-02-06 14:04:51 +0800
committerBob Ippolito <bob@redivi.com>2011-02-06 14:04:51 +0800
commit68191af88209d60b5bd8887b83a1c58244339fb8 (patch)
tree4792476124fad79081b678419ff1fab319fc0791 /conf.py
parent0887c12d4ef3d3958ddef2fe42343d319da2a3f9 (diff)
downloadsimplejson-68191af88209d60b5bd8887b83a1c58244339fb8.tar.gz
bump version to v2.1.4
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 6536acd..bb15d01 100644
--- a/conf.py
+++ b/conf.py
@@ -36,7 +36,7 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2008, Bob Ippolito'
+copyright = '2011, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -44,7 +44,7 @@ copyright = '2008, Bob Ippolito'
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
-release = '2.1.3'
+release = '2.1.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: