Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 31, 2023
1 parent 1727f51 commit 1b5bb95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.12.0 (2023-05-31)
### Breaking

* ([`8d07a17`](https://github.com/MedVisBonn/eyepy/commit/8d07a176aae030e5dd343f4c125f18b8395d7cc4))

## v0.11.3 (2023-04-04)
### Fix
* **eyepy.io:** Fixes duke layer heights import ([`eb18f2a`](https://github.com/MedVisBonn/eyepy/commit/eb18f2aa10a7da8ab6f53c49053a80cfab764e68))
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ authors:
Ophthalmology
identifiers:
- type: url
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.3'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.11.3'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0'
abstract: >-
Eye imaging data from different device vendors
often come in different file formats. Additionally,
Expand All @@ -45,5 +45,5 @@ keywords:
- HEYEX
- ETDRS
license: MIT
version: v0.11.3
version: v0.12.0
date-released: '2022-03-02'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "eyepy"
packages = [
{include = "eyepy", from = "src"},
]
version = "0.11.3"
version = "0.12.0"
description = "A python package to read, analyse and visualize OCT and fundus data form various sources."
authors = ["Olivier Morelle <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__author__ = """Olivier Morelle"""
__email__ = '[email protected]'
__version__ = '0.11.3'
__version__ = '0.12.0'

from eyepy.core import drusen
from eyepy.core import EyeBscan
Expand Down

0 comments on commit 1b5bb95

Please sign in to comment.