summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-11-24 11:24:02 +0100
committerArmin Rigo <arigo@tunes.org>2020-11-24 11:24:02 +0100
commit77a64dba7fcc20970d17d0ba9eda6cff3e290487 (patch)
tree8ab3b640b8242f9902f2e53a5ec3f277608b2370 /doc
parent55f18fb97be7757995755bf4e80f60f219676e23 (diff)
downloadcffi-77a64dba7fcc20970d17d0ba9eda6cff3e290487.tar.gz
bump version to 1.14.4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/installation.rst8
2 files changed, 5 insertions, 5 deletions
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``