Skip to content

Commit

Permalink
update version to 7.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 21, 2024
1 parent 1858b1f commit d102094
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pypy/doc/conf.py
Expand Up @@ -93,7 +93,7 @@
# The short X.Y version.
version = '7.3'
# The full version, including alpha/beta/rc tags.
release = '7.3.16'
release = '7.3.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pypy/module/cpyext/include/patchlevel.h
Expand Up @@ -32,8 +32,8 @@
* module/sys/version.py
* doc/conf.py
*/
#define PYPY_VERSION "7.3.16-alpha0"
#define PYPY_VERSION_NUM 0x07031000
#define PYPY_VERSION "7.3.17-alpha0"
#define PYPY_VERSION_NUM 0x07031100
/* 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
Expand Up @@ -12,7 +12,7 @@
# make sure to keep PYPY_VERSION in sync with:
# module/cpyext/include/patchlevel.h
# doc/conf.py
PYPY_VERSION = (7, 3, 16, "alpha", 0)
PYPY_VERSION = (7, 3, 17, "alpha", 0)


import pypy
Expand Down
2 changes: 1 addition & 1 deletion rpython/doc/conf.py
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.14'
release = '7.3.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d102094

Please sign in to comment.