Author: Armin Rigo <[email protected]> Branch: Changeset: r3298:068770676b43 Date: 2019-10-15 14:26 +0200 http://bitbucket.org/cffi/cffi/changeset/068770676b43/
Log: hg merge release-1.13.0 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -21,3 +21,4 @@ ac7cb142e8f5dc73033d89c54c54e1b1a6413946 v1.12.1 e0c76668ecf5ab1ad005799cfe1b7cb58610f155 v1.12.2 bf80722dea36237710083315e336c81bc8571fd0 v1.12.3 +17c06e75f54cf5a31865961f0b498f99232a0bc8 v1.13.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.13.0: - - MD5: ... + - MD5: 2c90be6d3bfbf80ab732b28fd677051d - - SHA: ... + - SHA: 75977bbad8ea8c15f2c34edde5efcf39462ea43e - - SHA256: ... + - SHA256: 8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226 * 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
