From ddfead803e8bfde4f16a11dc3e7d2d05be1c7d54 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Mon, 2 Aug 2021 11:47:56 +0100 Subject: [PATCH] bump version 0.1.10 -> 0.1.11 --- README.md | 1 + flybrains/__version__.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3e153c..e843f0d 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Please see the [transform tutorial](https://navis.readthedocs.io/en/latest/sourc for navis to learn how to use the data `flybrains` provides. ## Changes +- `0.1.11` (02/08/21): make downloads work if file size unknown - `0.1.10` (01/08/21): fix bug that led to warnings during transform registration on Windows systems - `0.1.9` (05/05/21): fixed mesh normals; fixed JRCFIB2018F units to nm and added JRCFIB2018Fum template; - `0.1.8` (10/04/21): add a simple symmetrization transform for FAFB: `FAFB14sym` diff --git a/flybrains/__version__.py b/flybrains/__version__.py index c458f89..d76bfb6 100644 --- a/flybrains/__version__.py +++ b/flybrains/__version__.py @@ -11,5 +11,5 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -__version__ = '0.1.10' -__version_vector__ = (0, 1, 10) +__version__ = '0.1.11' +__version_vector__ = (0, 1, 11)