File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pythonnative"
7- version = " 0.13.0 "
7+ version = " 0.13.1 "
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
@@ -62,6 +62,7 @@ Documentation = "https://docs.pythonnative.com/"
6262
6363
6464
65+
6566[tool .setuptools .packages .find ]
6667where = [" src" ]
6768
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def App():
4141 ```
4242"""
4343
44- __version__ = "0.13.0 "
44+ __version__ = "0.13.1 "
4545
4646from .alerts import Alert
4747from .animated import Animated , AnimatedValue
You can’t perform that action at this time.
0 commit comments