Skip to content

Commit

Permalink
bump version 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 2, 2021
1 parent 0dd559d commit ddfead8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions flybrains/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ddfead8

Please sign in to comment.