From 3fe2257e65fd74b28e9c336dac1596c3e9bcbe59 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Thu, 18 Nov 2021 10:17:10 +0000 Subject: [PATCH] bump version 1.0.0 -> 1.1.0 --- docs/source/whats_new.rst | 6 ++++-- navis/__version__.py | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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)