Skip to content

Commit 9e2b699

Browse files
author
semantic-release
committed
chore(release): v0.13.0
1 parent 042f411 commit 9e2b699

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.13.0 (2026-05-12)
5+
6+
### Features
7+
8+
- **screen,hot_reload**: Add native stack navigation and Fast Refresh
9+
([#1](https://github.com/pythonnative/pythonnative/pull/1),
10+
[`042f411`](https://github.com/pythonnative/pythonnative/commit/042f4116f0342b90c7a6ee0f9a28bf8c075507c3))
11+
12+
413
## v0.12.0 (2026-05-11)
514

615
### Features

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.12.0"
7+
version = "0.13.0"
88
description = "Cross-platform native UI toolkit for Android and iOS"
99
authors = [
1010
{ name = "Owen Carey" }
@@ -61,6 +61,7 @@ Issues = "https://github.com/pythonnative/pythonnative/issues"
6161
Documentation = "https://docs.pythonnative.com/"
6262

6363

64+
6465
[tool.setuptools.packages.find]
6566
where = ["src"]
6667

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.12.0"
44+
__version__ = "0.13.0"
4545

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

0 commit comments

Comments
 (0)