diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1b1a4..98a9721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.1](https://github.com/pleasantone/gpxtable/compare/v2.0.2...v2.2.1) (2026-05-19) + + +### Miscellaneous Chores + +* fix requests dependency, release 2.2.1 ([e54028b](https://github.com/pleasantone/gpxtable/commit/e54028b94e19c8b036e82e43a4b7f76214a06f61)) +* release 2.2.0 ([abe1718](https://github.com/pleasantone/gpxtable/commit/abe171860f6b46602f8459510c0d9f777f656e37)) + ## [2.0.2](https://github.com/pleasantone/gpxtable/compare/v2.0.1...v2.0.2) (2026-05-14) diff --git a/src/gpxtable/__init__.py b/src/gpxtable/__init__.py index 6a164c8..0d02f99 100644 --- a/src/gpxtable/__init__.py +++ b/src/gpxtable/__init__.py @@ -4,6 +4,6 @@ from .gpxtable import GPXTableCalculator, GPXTABLE_DEFAULT_WAYPOINT_CLASSIFIER -__version__ = "2.2.0" +__version__ = "2.2.1" __all__ = ["GPXTableCalculator", "GPXTABLE_DEFAULT_WAYPOINT_CLASSIFIER"] __author__ = "Paul Traina"