From 77a64dba7fcc20970d17d0ba9eda6cff3e290487 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 24 Nov 2020 11:24:02 +0100 Subject: bump version to 1.14.4 --- doc/source/conf.py | 2 +- doc/source/installation.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index 2315b93..bd1f3bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ copyright = u'2012-2018, Armin Rigo, Maciej Fijalkowski' # The short X.Y version. version = '1.14' # The full version, including alpha/beta/rc tags. -release = '1.14.3' +release = '1.14.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 3c010bc..72eaada 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -52,13 +52,13 @@ Download and Installation: * https://pypi.python.org/pypi/cffi -* Checksums of the "source" package version 1.14.3: +* Checksums of the "source" package version 1.14.4: - - MD5: c2a47ffd5d183b193ac8ed3414dcfd07 + - MD5: ... - - SHA: 7199374653c1927e8d3c523b6498b149acdb6f7e + - SHA: ... - - SHA256: f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 + - SHA256: ... * Or grab the most current version from the `Heptapod page`_: ``hg clone https://foss.heptapod.net/pypy/cffi`` -- cgit v1.2.1