Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion growbikenet/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""growbikenet package version."""

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
Loading