diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index f55700e..0ee7c3f 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -6,13 +6,13 @@ This is the log of high-level changes that I have done in the various versions. This is the pre-release series. Things haven't settled yet, so each minor version might introduce breaking changes. -### Next +### Version 0.26 + +#### Version 0.26.3 - [GH-142](https://github.com/martin-ueding/geo-activity-playground/issues/142): Require `pandas >= 2.2.0` to make sure that it knows about `include_groups`. - [GH-144](https://github.com/martin-ueding/geo-activity-playground/issues/144): Ignore activities without time series when using the Strava Checkout import. -### Version 0.26 - #### Version 0.26.2 - Start with a test suite for the web server that also tests importing. diff --git a/pyproject.toml b/pyproject.toml index 8876455..562937e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geo-activity-playground" -version = "0.26.2" +version = "0.26.3" description = "Analysis of geo data activities like rides, runs or hikes." authors = ["Martin Ueding "] license = "MIT"