summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
committerBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
commit729945a655b2c351ad4c91293a494c066f3bb152 (patch)
treebe1db9f7dfe87920c30cd963015ab9fcd04e78ee /conf.py
parent967a3b33f6df1eb360cb41753f859c5ba309e09e (diff)
downloadsimplejson-729945a655b2c351ad4c91293a494c066f3bb152.tar.gz
v3.14.0v3.14.0
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 d4b31c0..df77b4e 100644
--- a/conf.py
+++ b/conf.py
@@ -36,15 +36,15 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2017, Bob Ippolito'
+copyright = '2018, 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.13'
+version = '3.14'
# The full version, including alpha/beta/rc tags.
-release = '3.13.3'
+release = '3.14.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: