diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 55898b81..6cc9e2c7 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -2,6 +2,13 @@ Changelog ========== +v1.1.5 +====== + +* Implemented ``line_color`` and ``surface_color``: this plotting module should + now be back-compatible with the current ``sympy.plotting``. + + v1.1.4 ====== diff --git a/spb/_version.py b/spb/_version.py index c72e3798..9b102be7 100644 --- a/spb/_version.py +++ b/spb/_version.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.1.5"