From 22b984a742e52413bfe8fc38f1c76219ac13a29f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 22 Jan 2021 13:22:48 +0300 Subject: [PATCH] Prepare for release --- news.texi | 8 ++++++++ pygost/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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" -- 2.44.0