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..a6b62ff3 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.17.0-dev" +__version__ = "2.17.0"