diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 6ccbdd14..64ffecd3 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -2,6 +2,13 @@ Changelog ========== +v1.1.7 +====== + +* Fixed bug with ``plot_complex_list``. +* Added new tutorial about singularity-dections. + + v1.1.6 ====== diff --git a/spb/_version.py b/spb/_version.py index 1436d8fe..bf788263 100644 --- a/spb/_version.py +++ b/spb/_version.py @@ -1 +1 @@ -__version__ = "1.1.6" +__version__ = "1.1.7"