diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index 06fd84bc..65563dbf 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -14,9 +14,11 @@ repository. * - Version - Date - - * - 1.x.x - - dev + * - 1.1.0 + - 18/11/21 - - new function :func:`navis.sholl_analysis` + - plotly is now correctly chosen as default backend in Google colab + - fixes a critical bug with plotting skeletons with plotly `5.4.0` * - 1.0.0 - 11/11/21 - Breaking changes: diff --git a/navis/__version__.py b/navis/__version__.py index 7485acc0..8acfccad 100644 --- a/navis/__version__.py +++ b/navis/__version__.py @@ -11,5 +11,5 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -__version__ = "1.0.0" -__version_vector__ = (1, 0, 0) +__version__ = "1.1.0" +__version_vector__ = (1, 1, 0)