summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
committerBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
commitf7f03624aad489eaa852e1de9c24194a752fb2ab (patch)
tree2b2f50e7891947ab9267acb6e3fc220fac9a6f91 /conf.py
parentedde4ef7dfb79284e07844f996262e61920b4f66 (diff)
downloadsimplejson-f7f03624aad489eaa852e1de9c24194a752fb2ab.tar.gz
Update version to v3.18.1 and update CHANGES for #303
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 694446c..e58b507 100644
--- a/conf.py
+++ b/conf.py
@@ -36,7 +36,7 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2021, Bob Ippolito'
+copyright = '2022, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -44,7 +44,7 @@ copyright = '2021, Bob Ippolito'
# The short X.Y version.
version = '3.18'
# The full version, including alpha/beta/rc tags.
-release = '3.18.0'
+release = '3.18.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: