Skip to content

Commit

Permalink
bump version: 2.0.6 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 4, 2022
1 parent 423358d commit 181b0fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ What's new?
* - Version
- Date
-
* - 2.1.0
- 04/04/22
- With this release we mainly follow some renamed functions in ``navis`` but
we also make pymaid play more nicely with public CATMAID instances and
of course fix a couple bugs.
One important thing to mention is that the default `max_threads` for
:class:`pymaid.CatmaidInstance` is now 10 (down from 100). This also
applies to :func:`pymaid.connect_catmaid`. If your internet can handle
more connections, feel free to up it back to 100.
* - 2.0.0
- 21/11/20
- This release marks a huge break in the way pymaid works: it is now
Expand Down
4 changes: 2 additions & 2 deletions pymaid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "2.0.6"
__version_vector__ = (2, 0, 6)
__version__ = "2.1.0"
__version_vector__ = (2, 1, 0)

from . import config

Expand Down

0 comments on commit 181b0fc

Please sign in to comment.