[pypy-commit] pypy release-pypy2.7-v7.x: update version to 7.1.1

mattip pypy.commits at gmail.com
Thu Apr 11 08:44:35 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: release-pypy2.7-v7.x
Changeset: r96448:ec8165ce733b
Date: 2019-04-11 14:38 +0300
http://bitbucket.org/pypy/pypy/changeset/ec8165ce733b/

Log:	update version to 7.1.1

diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h
--- 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.1.0"
-#define PYPY_VERSION_NUM  0x07010000
+#define PYPY_VERSION "7.1.1"
+#define PYPY_VERSION_NUM  0x07010100
 /* 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
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -13,7 +13,7 @@
 # make sure to keep PYPY_VERSION in sync with:
 #    module/cpyext/include/patchlevel.h
 #    doc/conf.py
-PYPY_VERSION               = (7, 1, 0, "final", 0)
+PYPY_VERSION               = (7, 1, 1, "final", 0)
 
 
 import pypy


More information about the pypy-commit mailing list