summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-21 14:55:33 +0700
committerBob Ippolito <bob@redivi.com>2016-10-21 14:55:33 +0700
commit84b90d3ecf11397d87b6175e30eb5cb884cef8df (patch)
tree49f222de4ce4861ee94130a0fd12926b8768c243 /conf.py
parentd78256146d2831e3a7080b7212d7edb90bc2d611 (diff)
downloadsimplejson-84b90d3ecf11397d87b6175e30eb5cb884cef8df.tar.gz
Bump version to 3.9.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 8a6a391..766271c 100644
--- a/conf.py
+++ b/conf.py
@@ -36,15 +36,15 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2015, Bob Ippolito'
+copyright = '2016, 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.8'
+version = '3.9'
# The full version, including alpha/beta/rc tags.
-release = '3.8.2'
+release = '3.9.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: