From 7d359b42861a70fb55fef9e57de6999d7f5364c4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 24 Sep 2020 20:56:46 +0300 Subject: [PATCH] Prepare for 5.1 release --- VERSION | 2 +- news.texi | 4 ++++ pygost/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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" -- 2.44.0