Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2026-03-29 18:50:12 +00:00
commit 17c76adab1
3 changed files with 7 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 4 1 * *' - cron: '0 4 * * 0'
jobs: jobs:
pytest: pytest:

View file

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. 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 ## [2.16.0] - 2025-10-30
### Added ### Added

View file

@ -1 +1 @@
__version__ = "2.17.0-dev" __version__ = "2.18.0-dev"