Skip to content

Commit

Permalink
increase version and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 21, 2020
1 parent 6f9a9c9 commit dcce029
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ SPECTRUM : Spectral Analysis in Python
.. image:: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master

.. image:: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
:target: https://landscape.io/github/cokelaer/spectrum/master

.. image:: https://anaconda.org/conda-forge/spectrum/badges/license.svg
:target: https://anaconda.org/conda-forge/spectrum

Expand Down
6 changes: 6 additions & 0 deletions doc/ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ ChangeLog Summary
Version 0.7 (aug 2017)
-----------------------

* 0.7.6: Jan 2019

* Accepted 3 PR (typos in docs)
* Fixed bug reported in https://github.com/cokelaer/spectrum/issues/62
(CORRELOGRAMPSD function)

* 0.7.5: Dec 2018

* add tight_layout in window module. https://github.com/cokelaer/spectrum/issues/52
Expand Down
3 changes: 0 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
.. image:: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master

.. image:: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
:target: https://landscape.io/github/cokelaer/spectrum/master

.. image:: https://anaconda.org/conda-forge/spectrum/badges/license.svg
:target: https://anaconda.org/conda-forge/spectrum

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 0
_MINOR = 7
_MICRO = 5
_MICRO = 6
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit dcce029

Please sign in to comment.