Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MedVisBonn/eyepy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Aug 16, 2021
2 parents 6626467 + 9fb36aa commit d4dc744
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.3.2 (2021-08-16)
### Fix
* **eyepy/io/heyex:** Allow unknown heyex xml versions ([`5c51b46`](https://github.com/MedVisBonn/eyepy/commit/5c51b4656d0dcc28d4b7c2ff0e8112e176746e28))

## v0.3.1 (2021-05-18)
### Fix
* **base.py:** Fix layer mapping in case LayerAnnotation does not contain all layers ([`5e8621e`](https://github.com/MedVisBonn/eyepy/commit/5e8621ea50722281d1d4d56c12aa9ea574d5ef3a))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
import sys

__version__ = "0.3.1"
__version__ = "0.3.2"
sys.path.insert(0, os.path.abspath(".."))


Expand Down
2 changes: 1 addition & 1 deletion eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__author__ = """Olivier Morelle"""
__email__ = "oli4morelle@gmail.com"
__version__ = "0.3.1"
__version__ = "0.3.2"

from eyepy.core.base import Annotation, Bscan, EnfaceImage, Meta, Oct
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# These are also specified in eyepy.__init__.py
__author__ = """Olivier Morelle"""
__email__ = "oli4morelle@gmail.com"
__version__ = "0.3.1"
__version__ = "0.3.2"

try:
from semantic_release import setup_hook
Expand Down

0 comments on commit d4dc744

Please sign in to comment.