From 23fec5472f5e0dbfd5e9699660acdc2c2e80d9df Mon Sep 17 00:00:00 2001 From: Olivier Morelle Date: Wed, 15 Nov 2023 13:44:54 +0100 Subject: [PATCH] build(eyepy): updates versions --- .github/workflows/_release.yaml | 2 +- CITATION.cff | 8 ++++---- pyproject.toml | 5 ++--- src/eyepy/__init__.py | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_release.yaml b/.github/workflows/_release.yaml index cdd25a6..7d6bb72 100644 --- a/.github/workflows/_release.yaml +++ b/.github/workflows/_release.yaml @@ -19,7 +19,7 @@ jobs: # This action uses Python Semantic Release v8 - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8.1.1 + uses: python-semantic-release/python-semantic-release@v8.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CITATION.cff b/CITATION.cff index 10060ba..402c0c5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,8 +19,8 @@ authors: Ophthalmology identifiers: - type: url - value: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0' -repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0' + value: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.2' +repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.2' abstract: >- Eye imaging data from different device vendors often come in different file formats. Additionally, @@ -45,5 +45,5 @@ keywords: - HEYEX - ETDRS license: MIT -version: v0.12.0 -date-released: '2022-03-02' +version: v0.12.2 +date-released: '2023-11-15' diff --git a/pyproject.toml b/pyproject.toml index 3764ce5..1272c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,11 +64,10 @@ build-backend = "poetry.core.masonry.api" [tool.semantic_release] major_on_zero = false -version_variable = ["src/eyepy/__init__.py:__version__"] +version_variables = ["src/eyepy/__init__.py:__version__"] version_toml = ["pyproject.toml:tool.poetry.version"] -version_pattern = ["CITATION.cff:v(\\d+\\.\\d+\\.\\d+)"] upload_to_pypi = true -upload_to_release = true +upload_to_vsc_release = true build_command = "pip install poetry && poetry build" [tool.docformatter] diff --git a/src/eyepy/__init__.py b/src/eyepy/__init__.py index 6e5e6a6..786d343 100644 --- a/src/eyepy/__init__.py +++ b/src/eyepy/__init__.py @@ -19,7 +19,7 @@ __author__ = """Olivier Morelle""" __email__ = 'oli4morelle@gmail.com' -__version__ = '0.12.0' +__version__ = '0.12.1' from eyepy.core import drusen from eyepy.core import EyeBscan