summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2021-06-20 21:16:33 +0200
committerArmin Rigo <arigo@tunes.org>2021-06-20 21:16:33 +0200
commit745d205fa3dc04fb0daed705c773c61852c1deb1 (patch)
tree5b29d2c3ec346230070bcbe3460553dc40291efe /doc
parent8f7155f8820223ed46fb4259fc688abad5ac9c25 (diff)
downloadcffi-745d205fa3dc04fb0daed705c773c61852c1deb1.tar.gz
Bump version to 1.14.6
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 2a7e353..0b13937 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.5'
+release = '1.14.6'
# 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 ebd2a34..c06b31a 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.5:
+* Checksums of the "source" package version 1.14.6:
- - MD5: 272cb183bf0365530e3c0d8f446cd89d
+ - MD5: ...
- - SHA1: 21cdeccd7b7b121d35eae1b8e91d78f9ec83da98
+ - SHA1: ...
- - SHA256: fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c
+ - SHA256: ...
* Or grab the most current version from the `Heptapod page`_:
``hg clone https://foss.heptapod.net/pypy/cffi``