We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4682613 + 417d527 commit 87cea00Copy full SHA for 87cea00
doc/source/releases/0.10.2.rst
@@ -0,0 +1,10 @@
1
+========================
2
+Neo 0.10.2 release notes
3
4
+
5
+8th March 2022
6
7
+This release fixes the following bugs introduced in 0.10.1:
8
9
+1. Remove broken imports in `spike2rawio.py <https://github.com/NeuralEnsemble/python-neo/issues/1089>`_
10
+2. Fix the compilation of the documentation on `readthedoc <https://github.com/NeuralEnsemble/python-neo/issues/1084>`_
doc/source/whatisnew.rst
@@ -6,6 +6,7 @@ Release notes
.. toctree::
:maxdepth: 1
+ releases/0.10.2.rst
releases/0.10.1.rst
11
releases/0.10.0.rst
12
releases/0.9.0.rst
neo/version.py
@@ -1 +1 @@
-version = '0.11.0.dev0'
+version = '0.10.2'
0 commit comments