Author: Armin Rigo <[email protected]> Branch: Changeset: r3217:6ab3ee780c72 Date: 2019-02-13 14:43 +0100 http://bitbucket.org/cffi/cffi/changeset/6ab3ee780c72/
Log: hg merge release-1.12 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -17,3 +17,4 @@ 1aafccb9255dbb36f8e785b65624e39628cee63a v1.11.3 e08abd4703fef26f036e82255f4070277a9e03bd v1.11.4 48416163071ed48300c3ae4358cc7fd841912413 v1.11.5 +170fb3d1f0b30d32c9794ea40dbb51836dc7d947 v1.12.0 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -54,11 +54,11 @@ * Checksums of the "source" package version 1.12.0: - - MD5: ... + - MD5: 8e3c92fb5a7b5e32390882dd8ed32275 - - SHA: ... + - SHA: 270cc6e3b4873c617647d05aaa6fd1302a1f0071 - - SHA256: ... + - SHA256: 08090454ff236239e583a9119d0502a6b9817594c0a3714dd1d8593f2350ba11 * Or grab the most current version from the `Bitbucket page`_: ``hg clone https://bitbucket.org/cffi/cffi`` _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
