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 Feb 11, 2021
2 parents a882ad4 + 68e33fd commit edd53a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2.1 (2021-02-11)
### Fix
* **core.drusen.py:** Use logging module instead of prints in this package ([`978fa11`](https://github.com/MedVisBonn/eyepy/commit/978fa11079cff23d7d8ffb423f3767858dfd6f2e))

## v0.2.0 (2021-02-11)
### Fix
* Changed enface to localizer in OCT object ([`bf6ecd2`](https://github.com/MedVisBonn/eyepy/commit/bf6ecd2d7e10bfbadf0e46c9115d0b908014b639))
Expand Down
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.2.0"
__version__ = "0.2.1"

try:
from semantic_release import setup_hook
Expand Down

0 comments on commit edd53a0

Please sign in to comment.