diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f10d816d..dd6094f0 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: '0 4 1 * *' + - cron: '0 4 * * 0' jobs: pytest: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7012e6ec..3b29261c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [2.17.0] - 2026-03-29 + +### Added +- Added pandas 3 support. + ## [2.16.0] - 2025-10-30 ### Added diff --git a/pyerrors/version.py b/pyerrors/version.py index 3307a6a6..36d18f6c 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.17.0-dev" +__version__ = "2.18.0-dev"