VERSION | 2 +- news.texi | 4 ++++ pygost/__init__.py | 2 +- diff --git a/VERSION b/VERSION index e5a82fc7481ec7a60e4263efa1960be7711fd0445d424ab6b9f5a0c13bf92abd..830b5eadf3204a77254c230c842e11980627b7721e13ce3b58dcbeb91e9b03af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0 +5.1 diff --git a/news.texi b/news.texi index a786f1f623db3a37d11c50f2deac80affdf04da22e02fa1e2956ca121d956135..647ee27991cbc6feb4b79b267b8d70ce737b08240203185975cc48e3332dd32b 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @unnumbered News @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 97e903f07e8dd237e260cb630c83450876b77106ecd084787fc35862cafb0069..b9690078d65e43ff008c41fbb03f49582f22da0e241637cb1d6d033e084e2c23 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"