From f2f58d1256c4451d4ff285d7013485c9163ca7fc Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 14 May 2020 13:02:18 +0300 Subject: [PATCH] Prepare for release --- VERSION | 2 +- install.texi | 2 +- news.texi | 7 +++++++ pygost/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 515be8f..4caecc7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4 +4.5 diff --git a/install.texi b/install.texi index b185292..6567e66 100644 --- a/install.texi +++ b/install.texi @@ -1,7 +1,7 @@ @node Download @unnumbered Download -@set VERSION 4.4 +@set VERSION 4.5 No additional dependencies except Python 2.7/3.x interpreter are required. diff --git a/news.texi b/news.texi index 9d173f9..e8c8c58 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,13 @@ @table @strong +@anchor{Release 4.5} +@item 4.5 + @itemize + @item Fixed digest endianness and more RFC4491bis conformance in + @command{asn1schemas/cert-selfsigned-example.py} certificate's + @end itemize + @anchor{Release 4.4} @item 4.4 @itemize diff --git a/pygost/__init__.py b/pygost/__init__.py index 17c35b6..8c64e1e 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__ = "4.4" +__version__ = "4.5" -- 2.44.0