Skip to content

Commit

Permalink
update version to 7.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 21, 2024
1 parent 1a2c19a commit 75b3de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pypy/module/cpyext/include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion pypy/module/sys/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion rpython/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# 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.
Expand Down

0 comments on commit 75b3de9

Please sign in to comment.