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.14.0 (2026-05-13)
5+
6+ ### Chores
7+
8+ - ** examples** : Use existing AOSP drawable names for Android tab icons
9+ ([ ` 0767170 ` ] ( https://github.com/pythonnative/pythonnative/commit/0767170f937eef675b1e6328ec4ef828354ef2f3 ) )
10+
11+ ### Documentation
12+
13+ - ** repo** : Add missing module scopes to CONTRIBUTING
14+ ([ ` 5a02f04 ` ] ( https://github.com/pythonnative/pythonnative/commit/5a02f045e91a6f5fb6569e63f4a1081616a3e52c ) )
15+
16+ ### Features
17+
18+ - ** navigation** : Add tab_bar_icon option for native system icons
19+ ([ ` baf6d58 ` ] ( https://github.com/pythonnative/pythonnative/commit/baf6d58e90783953304d5cba8c05d5878bee1a57 ) )
20+
21+
422## v0.13.1 (2026-05-12)
523
624### Bug Fixes
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.1 "
7+ version = " 0.14.0 "
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
@@ -63,6 +63,7 @@ Documentation = "https://docs.pythonnative.com/"
6363
6464
6565
66+
6667[tool .setuptools .packages .find ]
6768where = [" src" ]
6869
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def App():
4141 ```
4242"""
4343
44- __version__ = "0.13.1 "
44+ __version__ = "0.14.0 "
4545
4646from .alerts import Alert
4747from .animated import Animated , AnimatedValue
You can’t perform that action at this time.
0 commit comments