summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-07-26 17:39:41 +0200
committerArmin Rigo <arigo@tunes.org>2020-07-26 17:39:41 +0200
commitbeb98d82131ee9118af8f68376346b08fe67f258 (patch)
tree09cc472cb5666bcab1b705a0f41bb821848fff6d /doc
parent4b7ad14fc34747bd7d7b708a9af7bdbae66791f6 (diff)
downloadcffi-beb98d82131ee9118af8f68376346b08fe67f258.tar.gz
bump version number to 1.14.1
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 d5c768b..414bf4d 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.0'
+release = '1.14.1'
# 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 82fcb0e..72c4cd0 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.0:
+* Checksums of the "source" package version 1.14.1:
- - MD5: 74845f8d2b7b583dd9a3574f402edf39
+ - MD5: ...
- - SHA: 2a8f05a7d51d77ef1e641cb359a54e4d8fa019cb
+ - SHA: ...
- - SHA256: 2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6
+ - SHA256: ...
* Or grab the most current version from the `Heptapod page`_:
``hg clone https://foss.heptapod.net/pypy/cffi``