diff --git a/CHANGES b/CHANGES index 906ad108..0f488827 100755 --- a/CHANGES +++ b/CHANGES @@ -36,6 +36,7 @@ CORRECTED MAJOR BUGS: - Incorrect center initialization in K-Means++ when candidates are not farthest (pyclustering.cluster.center_initializer). See: https://github.com/annoviko/pyclustering/issues/549 + ------------------------------------------------------------------------ CHANGE NOTES FOR 0.9.1 (STARTED Apr 14, 2019), (RELEASED: Sep 9, 2019) diff --git a/README.rst b/README.rst index 6d1f40bc..a2741e61 100755 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Python and C++ implementations (via CCORE library) of each algorithm or model. CCORE library is a part of pyclustering and supported only for Linux, Windows and MacOS operating systems. -**Version**: 0.9.dev +**Version**: 0.9.2 **License**: GNU General Public License