diff --git a/CITATION.cff b/CITATION.cff index 1d59cde..eea0d10 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ authors: given-names: "Anastassia" orcid: "https://orcid.org/0000-0001-6915-2561" title: "GrowBikeNet" -version: 0.14.0 -date-released: 2026-09-01 +version: 0.14.1 +date-released: 2026-09-03 url: "https://github.com/BikeNetKit/GrowBikeNet" preferred-citation: type: article diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 6defb3f..f16a8a3 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.14.1 (2026-09-03) + +- 🐛 Fixed botched bugfix with non-metric CRS +- 🐛 Extended PBI config to match custom filters + ## Version 0.14.0 (2026-09-01) - 🐛 Fixed bug with non-metric CRS, now estimating UTM diff --git a/growbikenet/_version.py b/growbikenet/_version.py index 3ad406d..cdcd7f1 100644 --- a/growbikenet/_version.py +++ b/growbikenet/_version.py @@ -1,3 +1,3 @@ """growbikenet package version.""" -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/pyproject.toml b/pyproject.toml index 12572cb..02e7d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "growbikenet" -version = "0.14.0" +version = "0.14.1" authors = [ { name = "Michael Szell", email = "michael@szell.net"}, { name = "Manuel Knepper"},