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.15.0 (2026-05-14)
5+
6+ ### Chores
7+
8+ - ** scripts** : Add check.sh to run ci.yml checks locally
9+ ([ ` 6bcb874 ` ] ( https://github.com/pythonnative/pythonnative/commit/6bcb874fe287e6b57036fb207bac28d24e29eb2a ) )
10+
11+ ### Features
12+
13+ - ** sdk,style** : Add native-component SDK and typed Style API
14+ ([ #2 ] ( https://github.com/pythonnative/pythonnative/pull/2 ) ,
15+ [ ` 9f26a6e ` ] ( https://github.com/pythonnative/pythonnative/commit/9f26a6e3482c6fb81d7522159b2916fa0855a283 ) )
16+
17+
418## v0.14.0 (2026-05-13)
519
620### Chores
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.14 .0"
7+ version = " 0.15 .0"
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
@@ -64,6 +64,7 @@ Documentation = "https://docs.pythonnative.com/"
6464
6565
6666
67+
6768[tool .setuptools .packages .find ]
6869where = [" src" ]
6970
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def App():
5151 ```
5252"""
5353
54- __version__ = "0.14 .0"
54+ __version__ = "0.15 .0"
5555
5656from . import sdk
5757from .alerts import Alert
You can’t perform that action at this time.
0 commit comments