mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-03-31 07:39:11 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
17c76adab1
3 changed files with 7 additions and 2 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.17.0-dev"
|
__version__ = "2.18.0-dev"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue