Skip to content

Commit 1cba3ef

Browse files
author
semantic-release
committed
chore(release): v0.13.1
1 parent 796ec70 commit 1cba3ef

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.13.1 (2026-05-12)
5+
6+
### Bug Fixes
7+
8+
- **hot_reload,native_views**: Dedupe per-host reloads; clamp NaN frames
9+
([`796ec70`](https://github.com/pythonnative/pythonnative/commit/796ec70936a3ba127c42aaa2eafdc3f0362690b9))
10+
11+
412
## v0.13.0 (2026-05-12)
513

614
### Features

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pythonnative"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -62,6 +62,7 @@ Documentation = "https://docs.pythonnative.com/"
6262

6363

6464

65+
6566
[tool.setuptools.packages.find]
6667
where = ["src"]
6768

src/pythonnative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def App():
4141
```
4242
"""
4343

44-
__version__ = "0.13.0"
44+
__version__ = "0.13.1"
4545

4646
from .alerts import Alert
4747
from .animated import Animated, AnimatedValue

0 commit comments

Comments
 (0)