Author: Antonio Cuni <[email protected]> Branch: extradoc Changeset: r947:fe3ae5657a9b Date: 2019-04-17 10:28 +0200 http://bitbucket.org/pypy/pypy.org/changeset/fe3ae5657a9b/
Log: fix all the remaining references to 7.1 into 7.1.1 diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -13,17 +13,17 @@ performance improvements. We provide binaries for x86, ARM, PPC and s390x running on different operating systems such as -Linux, Mac OS X and Windows (`what's new in PyPy 7.1?`_): +Linux, Mac OS X and Windows (`what's new in PyPy 7.1.1?`_): -* the Python2.7 compatible release — **PyPy2.7 v7.1** +* the Python2.7 compatible release — **PyPy2.7 v7.1.1** -* the Python3.5 compatible release — **PyPy3.5 v7.0** +* the Python3.6 compatible release, beta quality — **PyPy3.6 v7.1.1** -* the Python3.6 compatible release, beta quality — **PyPy3.6 v7.1** +* the (older) Python3.5 compatible release — **PyPy3.5 v7.0** * the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only) -.. _what's new in PyPy 7.1?: http://doc.pypy.org/en/latest/release-v7.1.1.html +.. _what's new in PyPy 7.1.1?: http://doc.pypy.org/en/latest/release-v7.1.1.html .. class:: download_menu @@ -80,7 +80,7 @@ .. _release: -Python2.7 compatible PyPy 7.1 +Python2.7 compatible PyPy 7.1.1 ------------------------------- .. class:: download_menu @@ -325,11 +325,11 @@ Alternatively, get one of the following smaller packages for the source at the same revision as the above binaries: - * `pypy2.7-v7.1.0-src.tar.bz2`__ (sources, PyPy 2 only) - * `pypy3.6-v7.1.0-src.tar.bz2`__ (sources, PyPy 3 only) + * `pypy2.7-v7.1.1-src.tar.bz2`__ (sources, PyPy 2 only) + * `pypy3.6-v7.1.1-src.tar.bz2`__ (sources, PyPy 3 only) - .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.tar.bz2 - .. __: https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-src.tar.bz2 + .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.1-src.tar.bz2 + .. __: https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.1-src.tar.bz2 2. Make sure you **installed the dependencies.** See the list here__. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
