From: Sergey Matveev Date: Thu, 24 Sep 2020 17:56:46 +0000 (+0300) Subject: Prepare for 5.1 release X-Git-Tag: 5.1~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=7d359b42861a70fb55fef9e57de6999d7f5364c4 Prepare for 5.1 release --- diff --git a/VERSION b/VERSION index 819e07a..a75b92f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0 +5.1 diff --git a/news.texi b/news.texi index cf26c32..c07e23f 100644 --- 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 diff --git a/pygost/__init__.py b/pygost/__init__.py index 0ac5a2d..1ea51ea 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__ = "5.0" +__version__ = "5.1"