Author: Matti Picus <[email protected]>
Branch: 
Changeset: r91456:3169bec9ae7c
Date: 2017-05-30 16:22 +0300
http://bitbucket.org/pypy/pypy/changeset/3169bec9ae7c/

Log:    update development version to 5.9, restart whatsnew (part 1)

diff --git a/pypy/doc/index-of-release-notes.rst 
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-release-notes.rst
+++ b/pypy/doc/index-of-release-notes.rst
@@ -6,6 +6,7 @@
 
 .. toctree::
 
+   release-v5.8.0.rst
    release-v5.7.1.rst
    release-v5.7.0.rst
    release-pypy2.7-v5.6.0.rst
@@ -60,6 +61,7 @@
 
 .. toctree::
 
+   release-v5.8.0.rst
    release-v5.7.1.rst
    release-v5.7.0.rst
 
diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst
--- a/pypy/doc/index-of-whatsnew.rst
+++ b/pypy/doc/index-of-whatsnew.rst
@@ -7,6 +7,7 @@
 .. toctree::
 
    whatsnew-head.rst
+   whatsnew-pypy2-5.8.0.rst
    whatsnew-pypy2-5.7.0.rst
    whatsnew-pypy2-5.6.0.rst
    whatsnew-pypy2-5.4.0.rst
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-pypy2-5.8.0.rst
rename from pypy/doc/whatsnew-head.rst
rename to pypy/doc/whatsnew-pypy2-5.8.0.rst
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
@@ -29,8 +29,8 @@
 #define PY_VERSION             "2.7.13"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "5.8.0-alpha0"
-#define PYPY_VERSION_NUM  0x05080000
+#define PYPY_VERSION "5.9.0-alpha0"
+#define PYPY_VERSION_NUM  0x05090000
 
 /* Defined to mean a PyPy where cpyext holds more regular references
    to PyObjects, e.g. staying alive as long as the internal PyPy object
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
@@ -10,7 +10,7 @@
 #XXX # sync CPYTHON_VERSION with patchlevel.h, package.py
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
-PYPY_VERSION               = (5, 8, 0, "alpha", 0)    #XXX # sync patchlevel.h
+PYPY_VERSION               = (5, 9, 0, "alpha", 0)    #XXX # sync patchlevel.h
 
 
 import pypy
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to