summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
committerArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
commit321a7e71aa210002d412f4247f5dbc4d82782c6e (patch)
tree7dac26a4ad31b3d210c9e58becab1194ebe05fad /doc
parentba379eb06a1a9522cf212dc8f92d603b446a6538 (diff)
downloadcffi-321a7e71aa210002d412f4247f5dbc4d82782c6e.tar.gz
bump version number to 1.14.2
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 414bf4d..6279ac6 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.1'
+release = '1.14.2'
# 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 6b38cd2..3092303 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.1:
+* Checksums of the "source" package version 1.14.2:
- - MD5: 1dac3d20d5602829dfaa7026658b7795
+ - MD5: ...
- - SHA: 7b067fdb46d184f6bfdadc11732df6f0340e553d
+ - SHA: ...
- - SHA256: b2a2b0d276a136146e012154baefaea2758ef1f56ae9f4e01c612b0831e0bd2f
+ - SHA256: ...
* Or grab the most current version from the `Heptapod page`_:
``hg clone https://foss.heptapod.net/pypy/cffi``