]> Cypherpunks.ru repositories - pygost.git/commitdiff
Prepare for release
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 14:53:36 +0000 (17:53 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 14:53:36 +0000 (17:53 +0300)
VERSION
install.texi
news.texi
pygost/__init__.py

diff --git a/VERSION b/VERSION
index b3d791d7525d40f365fab7fb6d7b34448af4aeb8..4f8c639658e5402d16ccf26e328856c263c891f8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.6
+4.7
index 6be813f3ba081686cf609d7c1fb1416da9adc39f..ee9dac8ae30b1cccfc8955068d8b34a4e3ff7027 100644 (file)
@@ -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.
 
index 8bcd2c3be9d6927a62e45e796491b818e7a401f5..33bc71ff190220807e2706c7930d4ef0f9c6805c 100644 (file)
--- 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
index 2a80079d97fd15604c80350d6e487540a14a9a62..4d1c86ad4882915ab5f478cae681e0d3b224de01 100644 (file)
@@ -3,4 +3,4 @@
 PyGOST is free software: see the file COPYING for copying conditions.
 """
 
-__version__ = "4.6"
+__version__ = "4.7"