From a2750dcc86c8f2a7b598289275090d3326225461 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 22 Apr 2021 21:40:22 +0300 Subject: [PATCH] Prepare for new release --- news.texi | 4 ++++ pygost/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/news.texi b/news.texi index 55bd5ec..7e21260 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @table @strong +@anchor{Release 5.6} +@item 5.6 +Fixed lint errors for previous release. + @anchor{Release 5.5} @item 5.5 More 34.10 curve parameters aliases: diff --git a/pygost/__init__.py b/pygost/__init__.py index 20fbcdd..6fc85a3 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.5" +__version__ = "5.6" -- 2.44.0