From a40272a16531d902a8b09d2379b30946a8ab7e52 Mon Sep 17 00:00:00 2001 From: annoviko Date: Wed, 4 Sep 2019 10:20:04 +0200 Subject: [PATCH] [.] Release preparation. --- CHANGES | 2 +- README.rst | 22 +++++++++++----------- ccore/src/interface/interface_property.cpp | 4 ++-- pyclustering/core/wrapper.py | 2 +- setup.py | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGES b/CHANGES index 9930f310..400e8994 100755 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ ------------------------------------------------------------------------ -CHANGE NOTES FOR 0.9.0 (STARTED Apr 14, 2019), (RELEASED: -) +CHANGE NOTES FOR 0.9.1 (STARTED Apr 14, 2019), (RELEASED: Sep 9, 2019) ------------------------------------------------------------------------ diff --git a/README.rst b/README.rst index 399dc7ba..d78776ee 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.1 **License**: GNU General Public License **E-Mail**: pyclustering@yandex.ru -**Documentation**: https://pyclustering.github.io/docs/0.9.0/html/index.html +**Documentation**: https://pyclustering.github.io/docs/0.9.1/html/index.html **Homepage**: https://pyclustering.github.io/ @@ -118,13 +118,13 @@ PyClustering Status =================== +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Branch | master | 0.9.dev | 0.9.0.rel | +| Branch | master | 0.9.dev | 0.9.1.rel | +======================+==============================+====================================+================================+ -| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.0.rel| | +| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.1.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.0.rel| | +| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.1.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ -| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.0.rel| | +| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.1.rel| | +----------------------+------------------------------+------------------------------------+--------------------------------+ @@ -472,12 +472,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.9.0.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.0.rel +.. |Build Status Linux 0.9.1.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.1.rel :target: https://travis-ci.org/annoviko/pyclustering -.. |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 +.. |Build Status Win 0.9.1.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.1.rel?svg=true + :target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.1.rel +.. |Coverage Status 0.9.1.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.1.rel&ts=1 + :target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.1.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/ccore/src/interface/interface_property.cpp b/ccore/src/interface/interface_property.cpp index 10d8ada6..ca1acc77 100755 --- a/ccore/src/interface/interface_property.cpp +++ b/ccore/src/interface/interface_property.cpp @@ -1,7 +1,7 @@ /** * * @authors Andrei Novikov (pyclustering@yandex.ru) -* @date 2014-2019 +* @date 2014-2019 * @copyright GNU Public License * * GNU_PUBLIC_LICENSE @@ -25,7 +25,7 @@ const char * INTERFACE_DESCRIPTION = "ccore library is a C/C++ part of pyclustering library"; -const char * INTERFACE_VERSION = "0.9.0"; +const char * INTERFACE_VERSION = "0.9.1"; void * get_interface_description(void) { diff --git a/pyclustering/core/wrapper.py b/pyclustering/core/wrapper.py index f1250d67..ad41321f 100755 --- a/pyclustering/core/wrapper.py +++ b/pyclustering/core/wrapper.py @@ -32,7 +32,7 @@ ccore_library_instance = None -ccore_library_version = "0.9.0" +ccore_library_version = "0.9.1" class ccore_library: diff --git a/setup.py b/setup.py index fb00734f..1d042e5b 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def load_readme(): setup( name='pyclustering', packages=find_packages(), - version='0.9.0', + version='0.9.1', description='pyclustring is a python data mining library', long_description=load_readme(), url='https://github.com/annoviko/pyclustering',