Skip to content

Commit dcce029

Browse files
committed
increase version and update doc
1 parent 6f9a9c9 commit dcce029

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ SPECTRUM : Spectral Analysis in Python
1010
.. image:: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
1111
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master
1212

13-
.. image:: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
14-
:target: https://landscape.io/github/cokelaer/spectrum/master
15-
1613
.. image:: https://anaconda.org/conda-forge/spectrum/badges/license.svg
1714
:target: https://anaconda.org/conda-forge/spectrum
1815

doc/ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ChangeLog Summary
44
Version 0.7 (aug 2017)
55
-----------------------
66

7+
* 0.7.6: Jan 2019
8+
9+
* Accepted 3 PR (typos in docs)
10+
* Fixed bug reported in https://github.com/cokelaer/spectrum/issues/62
11+
(CORRELOGRAMPSD function)
12+
713
* 0.7.5: Dec 2018
814

915
* add tight_layout in window module. https://github.com/cokelaer/spectrum/issues/52

doc/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
.. image:: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
1111
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master
1212

13-
.. image:: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
14-
:target: https://landscape.io/github/cokelaer/spectrum/master
15-
1613
.. image:: https://anaconda.org/conda-forge/spectrum/badges/license.svg
1714
:target: https://anaconda.org/conda-forge/spectrum
1815

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
_MAJOR = 0
99
_MINOR = 7
10-
_MICRO = 5
10+
_MICRO = 6
1111
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
1212
release = '%d.%d' % (_MAJOR, _MINOR)
1313

0 commit comments

Comments
 (0)