From: Sergey Matveev Date: Fri, 22 Jan 2021 10:22:48 +0000 (+0300) Subject: Prepare for release X-Git-Tag: 5.3^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=22b984a742e52413bfe8fc38f1c76219ac13a29f Prepare for release --- diff --git a/news.texi b/news.texi index 8c5bc0d..564df7b 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,14 @@ @table @strong +@anchor{Release 5.3} +@item 5.3 + @itemize + @item More than 4 times speed increase of @code{gost34112012}. + @item @command{asn1schemas/cert-selfsigned-example.py} optionally + can issue CA signed child certificate. + @end itemize + @anchor{Release 5.2} @item 5.2 @itemize diff --git a/pygost/__init__.py b/pygost/__init__.py index 1c9a1ed..f1f6ad6 100644 --- a/pygost/__init__.py +++ b/pygost/__init__.py @@ -3,4 +3,4 @@ PyGOST is free software: see the file COPYING for copying conditions. """ -__version__ = "5.2" +__version__ = "5.3"