aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-01 12:09:47 +0200
committerMatti Picus <matti.picus@gmail.com>2021-01-01 12:09:47 +0200
commit25a6a09b9cfafdb8f24ebd09daf440d807361017 (patch)
tree82ec9e86238e6e59ada44465be62280901bbeb2b /rpython
parenttrivial test fixes, backport Py_NAN fix (diff)
downloadpypy-25a6a09b9cfafdb8f24ebd09daf440d807361017.tar.gz
pypy-25a6a09b9cfafdb8f24ebd09daf440d807361017.tar.bz2
pypy-25a6a09b9cfafdb8f24ebd09daf440d807361017.zip
happy new year
Diffstat (limited to 'rpython')
-rw-r--r--rpython/doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
index c8c845e0cb..9216d2a41e 100644
--- a/rpython/doc/conf.py
+++ b/rpython/doc/conf.py
@@ -73,16 +73,16 @@ master_doc = 'index'
# General information about the project.
project = u'RPython'
-copyright = u'2016, The PyPy Project'
+copyright = u'2021, The PyPy Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '4.0'
+version = '7.3'
# The full version, including alpha/beta/rc tags.
-release = '4.0.0'
+release = '7.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.