VERSION | 2 +- install.texi | 2 +- news.texi | 4 ++++ pygost/__init__.py | 2 +- diff --git a/VERSION b/VERSION index c228ab57ed0d95dbe9c9d8a37f590862f41f073fa643b27c5e8ec74450875208..ae93b695fac83ee53e1e7fa1cafe3d225d0bd4f364d2af94be5abc0b693a9027 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6 +4.7 diff --git a/install.texi b/install.texi index 3d2d577eba6d4d5d95a6676cefaa32a05f8ebd647fcbcb87a96cdafa0f6ff083..a1e3067c054a29196ec6ef9e33808fee8d015fcd21b3f1ab982cb7d233f0d481 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 0f945ab43d3db39ec0f824869777d6210cf43bc2937b8b534eec3ab3d3894b0a..646fcd55009c6068a13734ff851bf7de5547951e0f2b6e4fb08ebfdc9bfb3387 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @unnumbered News @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 18cc6f5c085a2987706a041ff8615206f4a8e6dec9a6cafbb0b0989a836940b5..5cd68b25eea1bc9c68b148f34306cd0a84b027d4abe486179880aa10e72d8ccb 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"