Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Feb 16, 2020
2 parents ab5c10c + 2243a2d commit 8cc7898
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 1

releases/1.2.3.rst
releases/1.2.2.rst
releases/1.2.1.rst
releases/1.2.0.rst
Expand Down
13 changes: 13 additions & 0 deletions doc/releases/1.2.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version 1.2.3
-------------

2020-02-16

Bug fixes
.........

* Fix plot range for SpikeTrainViewer when only one channel is visible
(:pr:`95`)

* Fix EpochViewer colors when some channels are not visible
(:pr:`93`)
2 changes: 1 addition & 1 deletion ephyviewer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.2.3.dev'
version = '1.2.3'

0 comments on commit 8cc7898

Please sign in to comment.