Skip to content

Commit fd224e6

Browse files
authored
Merge pull request #179 from bas-amop/release_v0.2.6
release v0.2.6
2 parents 1fae0a7 + 028edc9 commit fd224e6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ 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-
9+
10+
## 0.2.6 - 2025-12-17
1011

1112
### Fixed
12-
- Added a missing migration.
13+
- Added missing migration.
1314

1415

1516
## 0.2.5 - 2025-12-15

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

0 commit comments

Comments
 (0)