diff options
author | Jack Lloyd <[email protected]> | 2021-04-15 05:14:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-15 05:14:54 -0400 |
commit | 21c71f73883820f51d7adce25f6c1f54a243c3a4 (patch) | |
tree | cdb5b83f17f4baafd64184e4f577b7783d57a199 | |
parent | 3ca8a833004e5bd77f35718705b569e9d0a59490 (diff) |
Set 2.18.0 release date2.18.0
-rw-r--r-- | news.rst | 2 | ||||
-rw-r--r-- | readme.rst | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ Release Notes ======================================== -Version 2.18.0, Not Yet Released +Version 2.18.0, 2021-04-15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add support for implementing custom RNG objects through the diff --git a/readme.rst b/readme.rst index 3a736825e..777f2e2f7 100644 --- a/readme.rst +++ b/readme.rst @@ -27,9 +27,9 @@ If you think you have found a security issue, see the `security page <https://botan.randombit.net/security.html>`_ for contact information. The latest release is -`2.17.3 <https://botan.randombit.net/releases/Botan-2.17.3.tar.xz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-2.17.3.tar.xz.asc>`_, -released on 2020-12-21. +`2.18.0 <https://botan.randombit.net/releases/Botan-2.18.0.tar.xz>`_ +`(sig) <https://botan.randombit.net/releases/Botan-2.18.0.tar.xz.asc>`_, +released on 2021-04-15. All releases are signed with a `PGP key <https://botan.randombit.net/pgpkey.txt>`_. See the `release notes <https://botan.randombit.net/news.html>`_ for what is new. Botan is also available through most |