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.10.0 (2026-04-27)
5+
6+ ### Documentation
7+
8+ - Adopt Google-style docstrings; revamp MkDocs site
9+ ([ ` 922ec94 ` ] ( https://github.com/pythonnative/pythonnative/commit/922ec94bee841c8309b9b26a0c5085f663addb11 ) )
10+
11+ ### Features
12+
13+ - ** hot_reload** : Reload Python app code without rebuilding
14+ ([ ` cddbcdc ` ] ( https://github.com/pythonnative/pythonnative/commit/cddbcdc1bfd57ea2362116f0a8e0b1f8c98ca8f9 ) )
15+
16+
417## v0.9.0 (2026-04-16)
518
619### 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.9 .0"
7+ version = " 0.10 .0"
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def App():
3939 ```
4040"""
4141
42- __version__ = "0.9 .0"
42+ __version__ = "0.10 .0"
4343
4444from .components import (
4545 ActivityIndicator ,
You can’t perform that action at this time.
0 commit comments