summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-09-15 07:50:21 +0200
committerArmin Rigo <arigo@tunes.org>2020-09-15 07:50:21 +0200
commit59da87ae09cc9f0437bcb8c0f7b00cbcf5072346 (patch)
tree4ed48a048a19220425080e4f9d8e6448ae1348e2 /doc
parentaf21ee113f8f95fdf1e9947f16a1d61e0ab1bc63 (diff)
downloadcffi-59da87ae09cc9f0437bcb8c0f7b00cbcf5072346.tar.gz
bump version to 1.14.3
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 6279ac6..2315b93 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.2'
+release = '1.14.3'
# 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 0be816f..17d9780 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.2:
+* Checksums of the "source" package version 1.14.3:
- - MD5: 3cc2f1daf62dd66eda79b4d6281cebfc
+ - MD5: ...
- - SHA: 6d2f277d1f1e3d9a09fc5df4bfcea63229e8e8d1
+ - SHA: ...
- - SHA256: ae8f34d50af2c2154035984b8b5fc5d9ed63f32fe615646ab435b05b132ca91b
+ - SHA256: ...
* Or grab the most current version from the `Heptapod page`_:
``hg clone https://foss.heptapod.net/pypy/cffi``