From b1e50dbfd7521e1b396014154281c27c99b35bcd Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Tue, 4 Nov 2025 15:19:28 +0100 Subject: [PATCH 1/2] Set version tag to 1.1.0 --- .github/workflows/upload-codecov.yml | 4 ++-- CHANGELOG.md | 2 ++ src/contique/__about__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload-codecov.yml b/.github/workflows/upload-codecov.yml index af2120a..c5f89c5 100644 --- a/.github/workflows/upload-codecov.yml +++ b/.github/workflows/upload-codecov.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.10", "3.14"] steps: - uses: actions/setup-python@v5 with: @@ -25,7 +25,7 @@ jobs: pip install tox tox -- --cov contique --cov-report xml --cov-report term - name: Upload coverage to Codecov - if: ${{ matrix.python-version == '3.13' }} + if: ${{ matrix.python-version == '3.14' }} uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c76f77..860afc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] +## [1.1.0] - 2025-11-04 + ### Changed - Change the logo. - Enhance docstrings for better descriptions. diff --git a/src/contique/__about__.py b/src/contique/__about__.py index 98e28b8..6849410 100644 --- a/src/contique/__about__.py +++ b/src/contique/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0-dev" +__version__ = "1.1.0" From 082a0a75a4e9a0b8d501373192bffa3db8cbd87d Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Tue, 4 Nov 2025 15:20:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a74e8..67ed795 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7931300.svg)](https://doi.org/10.5281/zenodo.7931300) [![codecov](https://codecov.io/gh/adtzlr/contique/branch/main/graph/badge.svg?token=CXKRL8TLQY)](https://codecov.io/gh/adtzlr/contique) -Contique is a Python 3.9+ package that provides methods for numeric continuation. +Contique is a Python 3.10+ package that provides methods for numeric continuation. ## ✨ Highlights Contique's