Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 authored Dec 19, 2019
2 parents 69d3b68 + 91fe7a1 commit d798c1e
Show file tree
Hide file tree
Showing 3 changed files with 13 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.2.rst
releases/1.2.1.rst
releases/1.2.0.rst
releases/1.1.1.rst
Expand Down
11 changes: 11 additions & 0 deletions doc/releases/1.2.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 1.2.2
-------------

2019-12-18

Bug fixes
.........

* Fix error encountered with some videos: ``TypeError: '>=' not supported
between instances of 'NoneType' and 'int'``
(:pr:`91`)
2 changes: 1 addition & 1 deletion ephyviewer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.3.0.dev'
version = '1.2.2'

0 comments on commit d798c1e

Please sign in to comment.