VERSION | 2 +- install.texi | 2 +- news.texi | 4 ++++ pygost/__init__.py | 2 +- diff --git a/VERSION b/VERSION index ed497871c6ebc4377fd4db84b7c59592a10da119178532bd92f54d369e7a59b1..a573d969a3f2b128d2c203089e1393b6fd573bf11e044a16bf1bf61adf5914c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2 +4.3 diff --git a/install.texi b/install.texi index e22badd42e1d08de0f1de839d5f3a251fb715474a46f308e2e1dd5a7405e87af..545b4ad706b1dadac2aff3e70ba8471b6f8f114c0524a202eb65260e7c3dc47b 100644 --- a/install.texi +++ b/install.texi @@ -1,7 +1,7 @@ @node Download @unnumbered Download -@set VERSION 4.2 +@set VERSION 4.3 No additional dependencies except Python 2.7/3.x interpreter are required. diff --git a/news.texi b/news.texi index 37e4a8ade34dcf7a7b5d01d1c1eeb791fa449ca9208627edb7392505f1d927aa..c740c1d51a22c0d9bdbe0026ff9644d3406f76ce198cfa77913808dc88475568 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @unnumbered News @table @strong +@anchor{Release 4.3} +@item 4.3 +Dummy release with fixed @code{pygost.__version__}. + @anchor{Release 4.2} @item 4.2 @itemize diff --git a/pygost/__init__.py b/pygost/__init__.py index 751fc3144849ff59a0b43d3aa1738602a8926b3016d4a5d4127d21ba3790a10b..4e59eb4cb82187bf733a8924b5f92d9fa9fcff9648c32ee126e3e6d74d3c0512 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__ = "4.1" +__version__ = "4.3"