Skip to content

Commit 87775d9

Browse files
committed
release v0.2.4
1 parent 4414d78 commit 87775d9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## 0.2.4 - 2025-11-11
911

1012
### Fixed
1113
- Included migration for changes to location model.

docs/apischema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: PolarRoute-Server
4-
version: 0.2.3
4+
version: 0.2.4
55
description: Backend server for serving PolarRoute and MeshiPhi assets
66
paths:
77
/api/evaluate_route:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
description = "Backend server for serving PolarRoute and MeshiPhi assets and managing their calcuation using Django & Celery."
1212
readme = "README.md"
1313
license = {file = "LICENSE"}
14-
version = "0.2.3"
14+
version = "0.2.4"
1515
requires-python = ">= 3.10"
1616
dependencies = [
1717
"celery",

0 commit comments

Comments
 (0)