Skip to content

Commit 4525753

Browse files
committed
Release 0.3.1
1 parent 0562ac8 commit 4525753

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

2020
### Security
2121

22+
## [0.3.1] - 2026-03-16
23+
- Addressing dependency versions
24+
[0.3.1]: https://github.com/flightradar24/fr24api-sdk-python/releases/tag/v0.3.1
25+
26+
2227
## [0.3.0] - 2025-11-25
2328
- Addressing adding Enumerate with FR24 Categories to Flight Position methods [#18](https://github.com/Flightradar24/fr24api-sdk-python/issues/18)
2429
- Renaming `count()` method to `get_count()` to keep things consistent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fr24sdk"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Python SDK for the Flightradar24 API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/fr24sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
"""Flightradar24 API SDK for Python."""
55

6-
__version__ = "0.3.0"
6+
__version__ = "0.3.1"
77

88
from .client import Client
99

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)