]> Cypherpunks.ru repositories - pygost.git/commitdiff
Prepare for 5.1 release
authorSergey Matveev <stargrave@stargrave.org>
Thu, 24 Sep 2020 17:56:46 +0000 (20:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 24 Sep 2020 17:56:46 +0000 (20:56 +0300)
VERSION
news.texi
pygost/__init__.py

diff --git a/VERSION b/VERSION
index 819e07a22435f1e8efcbdd1d1c062deef0e501b1..a75b92f1ed766132f8e6b71376143c6a7111021a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0
+5.1
index cf26c323fa92913ad81e465f9cbf151f06507808..c07e23f15fceb27bcaf3ae5d77f0d12caa276d85 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,10 @@
 
 @table @strong
 
+@anchor{Release 5.1}
+@item 5.1
+Small typing stubs fixes.
+
 @anchor{Release 5.0}
 @item 5.0
     @itemize
index 0ac5a2d6a31e226c0baee0fa9ff59853655b0a65..1ea51eaf126d56b883110f5027447e91216941d9 100644 (file)
@@ -3,4 +3,4 @@
 PyGOST is free software: see the file COPYING for copying conditions.
 """
 
-__version__ = "5.0"
+__version__ = "5.1"