summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 09:31:07 -0800
committerBob Ippolito <bob@redivi.com>2023-02-05 09:31:17 -0800
commit08991e091d314e0a200711e0b7b401fb6970d868 (patch)
treeddedff4267629f4e10441a45126bfc62077def53 /conf.py
parent64f12484892079e175c7636d006cd74f04e26461 (diff)
downloadsimplejson-08991e091d314e0a200711e0b7b401fb6970d868.tar.gz
Fix #309. Build sdist without any overrides
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 ab6884b..e3b892b 100644
--- a/conf.py
+++ b/conf.py
@@ -36,7 +36,7 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2022, Bob Ippolito'
+copyright = '2023, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -44,7 +44,7 @@ copyright = '2022, Bob Ippolito'
# The short X.Y version.
version = '3.18'
# The full version, including alpha/beta/rc tags.
-release = '3.18.2'
+release = '3.18.3'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: