Skip to content

Commit e3f240d

Browse files
author
semantic-release
committed
chore(release): v0.14.0
1 parent 0767170 commit e3f240d

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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

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.1"
7+
version = "0.14.0"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -63,6 +63,7 @@ Documentation = "https://docs.pythonnative.com/"
6363

6464

6565

66+
6667
[tool.setuptools.packages.find]
6768
where = ["src"]
6869

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.1"
44+
__version__ = "0.14.0"
4545

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

0 commit comments

Comments
 (0)