From: Sergey Matveev Date: Thu, 23 Jul 2020 14:53:36 +0000 (+0300) Subject: Prepare for release X-Git-Tag: 4.7~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=f17874a7d18302ebb14054240cb6b810734fa734 Prepare for release --- diff --git a/VERSION b/VERSION index b3d791d..4f8c639 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6 +4.7 diff --git a/install.texi b/install.texi index 6be813f..ee9dac8 100644 --- a/install.texi +++ b/install.texi @@ -1,7 +1,7 @@ @node Download @unnumbered Download -@set VERSION 4.6 +@set VERSION 4.7 No additional dependencies except Python 2.7/3.x interpreter are required. diff --git a/news.texi b/news.texi index 8bcd2c3..33bc71f 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @table @strong +@anchor{Release 4.7} +@item 4.7 +Removed @code{gost28147.addmod} for simplicity. + @anchor{Release 4.6} @item 4.6 @itemize diff --git a/pygost/__init__.py b/pygost/__init__.py index 2a80079..4d1c86a 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.6" +__version__ = "4.7"