Skip to content

Commit

Permalink
[.] Release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Sep 4, 2019
1 parent 01f0b98 commit a40272a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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)

------------------------------------------------------------------------

Expand Down
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**: [email protected]

**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/

Expand Down Expand Up @@ -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| |
+----------------------+------------------------------+------------------------------------+--------------------------------+


Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ccore/src/interface/interface_property.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @authors Andrei Novikov ([email protected])
* @date 2014-2019
* @date 2014-2019
* @copyright GNU Public License
*
* GNU_PUBLIC_LICENSE
Expand All @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion pyclustering/core/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


ccore_library_instance = None
ccore_library_version = "0.9.0"
ccore_library_version = "0.9.1"


class ccore_library:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a40272a

Please sign in to comment.