Skip to content

Commit 9632c0a

Browse files
committed
update version number
1 parent f7b4603 commit 9632c0a

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.5 - 2025-12-15
911

1012

1113
### Added

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

0 commit comments

Comments
 (0)