From 062c1640162b987b44233ed937497762907b2f2c Mon Sep 17 00:00:00 2001 From: Claudio Usai <32904044+claudious96@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:45:23 +0200 Subject: [PATCH 1/3] Update __init__.py to version 0.2.1 --- src/calendar_queue/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calendar_queue/__init__.py b/src/calendar_queue/__init__.py index 962b838..b992915 100644 --- a/src/calendar_queue/__init__.py +++ b/src/calendar_queue/__init__.py @@ -3,4 +3,4 @@ from .calendar_queue import CalendarEvent, CalendarQueue from .calendar import Calendar -__version__ = "0.2.0" +__version__ = "0.2.1" \ No newline at end of file From 23af2e76cf20641a05b6166fe4020041635c187c Mon Sep 17 00:00:00 2001 From: Claudio Usai Date: Sat, 18 Apr 2026 21:39:49 +0200 Subject: [PATCH 2/3] fix linting --- src/calendar_queue/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calendar_queue/__init__.py b/src/calendar_queue/__init__.py index b992915..89feee1 100644 --- a/src/calendar_queue/__init__.py +++ b/src/calendar_queue/__init__.py @@ -3,4 +3,4 @@ from .calendar_queue import CalendarEvent, CalendarQueue from .calendar import Calendar -__version__ = "0.2.1" \ No newline at end of file +__version__ = "0.2.1" From cd125ad77424fe05580a181e7c39e79c7dee27fc Mon Sep 17 00:00:00 2001 From: Claudio Usai Date: Sat, 18 Apr 2026 21:46:55 +0200 Subject: [PATCH 3/3] actions: update codecov --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6ee5e71..0b56341 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -45,6 +45,6 @@ jobs: run: pdm run pytest --timeout=90 - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}