From 8763d5c80669b18952c43e5f1344986251cbbf1d Mon Sep 17 00:00:00 2001 From: annoviko Date: Thu, 18 Apr 2019 15:37:54 +0300 Subject: [PATCH] [.] Update meta-info for release. --- CHANGES | 2 +- PKG-INFO.rst | 2 +- README.rst | 22 +++++++++++----------- setup.py | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index 8e27403b..8296fe92 100755 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ ------------------------------------------------------------------------ -CHANGE NOTES FOR 0.9.0 (STARTED Nov 19, 2018), (RELEASED: -) +CHANGE NOTES FOR 0.9.0 (STARTED Nov 19, 2018), (RELEASED: Apr 14, 2019) ------------------------------------------------------------------------ diff --git a/PKG-INFO.rst b/PKG-INFO.rst index 93a5b9be..ce9370da 100755 --- a/PKG-INFO.rst +++ b/PKG-INFO.rst @@ -11,7 +11,7 @@ Linux, Windows and MacOS operating systems. Official repository: https://github.com/annoviko/pyclustering/ -Documentation: https://codedocs.xyz/annoviko/pyclustering/ +Documentation: https://pyclustering.github.io/docs/0.9.0/html/index.html Dependencies ============ diff --git a/README.rst b/README.rst index 6865b7bc..9b78260a 100755 --- a/README.rst +++ b/README.rst @@ -9,13 +9,13 @@ 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.0 **License**: GNU General Public License **E-Mail**: pyclustering@yandex.ru -**Documentation**: https://pyclustering.github.io/docs/0.8.2/html/index.html +**Documentation**: https://pyclustering.github.io/docs/0.9.0/html/ **Homepage**: https://pyclustering.github.io/ @@ -110,13 +110,13 @@ PyClustering Status =================== +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Branch | master | 0.9.dev | 0.8.2.rel | +| Branch | master | 0.9.dev | 0.9.0.rel | +======================+==============================+====================================+================================+ -| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.8.2.rel| | +| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.0.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.8.2.rel| | +| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.0.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.8.2.rel| | +| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.0.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ @@ -461,12 +461,12 @@ Illustrations :target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.dev .. |Coverage Status 0.9.dev| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.dev&ts=1 :target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.dev -.. |Build Status Linux 0.8.2.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.8.2.rel +.. |Build Status Linux 0.9.0.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.0.rel :target: https://travis-ci.org/annoviko/pyclustering -.. |Build Status Win 0.8.2.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.8.2.rel?svg=true - :target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.8.2.rel -.. |Coverage Status 0.8.2.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.8.2.rel&ts=1 - :target: https://coveralls.io/github/annoviko/pyclustering?branch=0.8.2.rel +.. |Build Status Win 0.9.0.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.0.rel?svg=true + :target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.0.rel +.. |Coverage Status 0.9.0.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.0.rel&ts=1 + :target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.0.rel .. |Download Counter| image:: https://pepy.tech/badge/pyclustering :target: https://pepy.tech/project/pyclustering .. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.01230/status.svg diff --git a/setup.py b/setup.py index fb00734f..440dd92e 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def load_readme(): project_urls={ 'Homepage': 'https://pyclustering.github.io/', 'Repository': 'https://github.com/annoviko/pyclustering', - 'Documentation': 'https://codedocs.xyz/annoviko/pyclustering/', + 'Documentation': 'https://pyclustering.github.io/docs/0.9.0/html/', 'Bug Tracker': 'https://github.com/annoviko/pyclustering/issues' }, license='GNU Public License',