summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-06-19 11:19:49 -0700
committerBob Ippolito <bob@redivi.com>2017-06-19 11:19:49 -0700
commitfe3ab46207309c703ef011945ac08bbbeb4cc72c (patch)
tree6915553e61cc830bf51c930fc92be1c63cc58948 /conf.py
parent59e9bbf023cff1684786d7fb0ae3d0501f96ecb6 (diff)
downloadsimplejson-fe3ab46207309c703ef011945ac08bbbeb4cc72c.tar.gz
v3.11.1fix-173
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 f779eb6..44451a8 100644
--- a/conf.py
+++ b/conf.py
@@ -36,7 +36,7 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2016, Bob Ippolito'
+copyright = '2017, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -44,7 +44,7 @@ copyright = '2016, Bob Ippolito'
# The short X.Y version.
version = '3.11'
# The full version, including alpha/beta/rc tags.
-release = '3.11.0'
+release = '3.11.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: