aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2024-04-21 11:03:52 +1000
committerMatti Picus <matti.picus@gmail.com>2024-04-21 11:03:52 +1000
commit6aa1e9d1397592641cb75fb1b98759651a6cf98a (patch)
tree81571a27e4e447f3093023c47ced29d77a0792d4
parentMerge branch 'main' into release-pypy2.7-v7.x (diff)
downloadpypy-6aa1e9d1397592641cb75fb1b98759651a6cf98a.tar.gz
pypy-6aa1e9d1397592641cb75fb1b98759651a6cf98a.tar.bz2
pypy-6aa1e9d1397592641cb75fb1b98759651a6cf98a.zip
update version to 7.3.16release-pypy2.7-v7.3.16
-rw-r--r--pypy/doc/conf.py2
-rw-r--r--pypy/module/cpyext/include/patchlevel.h4
-rw-r--r--pypy/module/sys/version.py2
-rw-r--r--rpython/doc/conf.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
index a5a08cfd80..d93d4883be 100644
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -93,7 +93,7 @@ issues_github_path = "pypy/pypy"
# The short X.Y version.
version = '7.3'
# The full version, including alpha/beta/rc tags.
-release = '7.3.15'
+release = '7.3.16'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h
index d9e1e71640..f9a1bef48c 100644
--- a/pypy/module/cpyext/include/patchlevel.h
+++ b/pypy/module/cpyext/include/patchlevel.h
@@ -32,8 +32,8 @@
* module/sys/version.py
* doc/conf.py
*/
-#define PYPY_VERSION "7.3.15"
-#define PYPY_VERSION_NUM 0x07030f00
+#define PYPY_VERSION "7.3.16"
+#define PYPY_VERSION_NUM 0x07031000
/* Defined to mean a PyPy where cpyext holds more regular references
to PyObjects, e.g. staying alive as long as the internal PyPy object
stays alive. */
diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
index 819fc24e56..a585421d5b 100644
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -13,7 +13,7 @@ CPYTHON_API_VERSION = 1013 #XXX # sync with include/modsupport.h
# make sure to keep PYPY_VERSION in sync with:
# module/cpyext/include/patchlevel.h
# doc/conf.py
-PYPY_VERSION = (7, 3, 15, "final", 0)
+PYPY_VERSION = (7, 3, 16, "final", 0)
import pypy
pypydir = pypy.pypydir
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
index 22f4fb4a81..fdf5064334 100644
--- a/rpython/doc/conf.py
+++ b/rpython/doc/conf.py
@@ -82,7 +82,7 @@ copyright = u'2024, The PyPy Project'
# The short X.Y version.
version = '7.3'
# The full version, including alpha/beta/rc tags.
-release = '7.3.13'
+release = '7.3.16'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.