summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-07-09 16:43:54 -0700
committerGitHub <noreply@github.com>2021-07-09 16:43:54 -0700
commit16f362cacd53abee3e60b14d18536cf32e4219f0 (patch)
tree1c7928fddf0202628968605164542a055bd599a0 /conf.py
parent8bef979ad8272cbc2903970f4b9992f603d50973 (diff)
parent949aeefd17eea3f597bf549af43d007381cc077d (diff)
downloadsimplejson-16f362cacd53abee3e60b14d18536cf32e4219f0.tar.gz
Merge pull request #283 from simplejson/github-actionsv3.17.3
Replace travis and appveyor with github actions
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 9d91205..6c9cb56 100644
--- a/conf.py
+++ b/conf.py
@@ -36,7 +36,7 @@ master_doc = 'index'
# General substitutions.
project = 'simplejson'
-copyright = '2020, Bob Ippolito'
+copyright = '2021, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -44,7 +44,7 @@ copyright = '2020, Bob Ippolito'
# The short X.Y version.
version = '3.17'
# The full version, including alpha/beta/rc tags.
-release = '3.17.2'
+release = '3.17.3'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: