Skip to content

Commit ce1c3a8

Browse files
authored
Merge pull request #148 from bas-amop/v0.2.3_release_candidate
Release version 0.2.3
2 parents cfbd4df + d9b881c commit ce1c3a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## 0.2.3 - 2025-11-10
12+
1013
### Added
1114
- This changelog!
1215

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.1
4+
version: 0.2.3
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.2"
14+
version = "0.2.3"
1515
requires-python = ">= 3.10"
1616
dependencies = [
1717
"celery",

0 commit comments

Comments
 (0)