]> Cypherpunks.ru repositories - pygost.git/commitdiff
Fix __version__ value 4.3
authorSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2019 11:34:26 +0000 (14:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2019 11:34:36 +0000 (14:34 +0300)
VERSION
install.texi
news.texi
pygost/__init__.py

diff --git a/VERSION b/VERSION
index bf77d549685a9e09678fbbda05a071b312cf2de3..69df05f33b7e980f3528fbee240360b759b79dfa 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.2
+4.3
index b9cf7ce4e76f5d0b7949b22c581f9c39d50fe79c..20ca6bd6805712957bf49e4635ed5e165df92280 100644 (file)
@@ -1,7 +1,7 @@
 @node Download
 @unnumbered Download
 
-@set VERSION 4.2
+@set VERSION 4.3
 
 No additional dependencies except Python 2.7/3.x interpreter are required.
 
index ec3d2f2a0d84cf554245a98cee6e41b1b1c62371..384258a3513f3db3effd33fe53d57efd056ef624 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,10 @@
 
 @table @strong
 
+@anchor{Release 4.3}
+@item 4.3
+Dummy release with fixed @code{pygost.__version__}.
+
 @anchor{Release 4.2}
 @item 4.2
     @itemize
index 4991c375a71b84d28ff3a2ad5646c52a37ce83ec..306746ec75fff13d9e141eb61f06f8769c6b95d2 100644 (file)
@@ -3,4 +3,4 @@
 PyGOST is free software: see the file COPYING for copying conditions.
 """
 
-__version__ = "4.1"
+__version__ = "4.3"