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.22.1 (2026-06-18)
5+
6+ ### Bug Fixes
7+
8+ - Pin PythonKit to v0.5.1 after upstream renamed master to main
9+ ([ #13 ] ( https://github.com/pythonnative/pythonnative/pull/13 ) ,
10+ [ ` e787891 ` ] ( https://github.com/pythonnative/pythonnative/commit/e787891a72e62526f70effc21cb70f37898c5de9 ) )
11+
12+ ### Documentation
13+
14+ - Add AGENTS.md with documentation style guidelines
15+ ([ ` 1e860b7 ` ] ( https://github.com/pythonnative/pythonnative/commit/1e860b7ee40f933b29e7d94d3c9cbedac873b6f6 ) )
16+
17+ - Serve documentation site from the apex domain
18+ ([ ` 6b659e9 ` ] ( https://github.com/pythonnative/pythonnative/commit/6b659e9c5bb1631891cd35cc4b179ee5e3e26e44 ) )
19+
20+ - Use straight quotes, and drop em dashes per style guide
21+ ([ #12 ] ( https://github.com/pythonnative/pythonnative/pull/12 ) ,
22+ [ ` 6c0399c ` ] ( https://github.com/pythonnative/pythonnative/commit/6c0399c4c2a3f5452e04edbc1ac2a709c411ad3f ) )
23+
24+
425## v0.22.0 (2026-06-16)
526
627### 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.22.0 "
7+ version = " 0.22.1 "
88description = " Cross-platform native UI toolkit for Android and iOS"
99authors = [
1010 { name = " Owen Carey" }
@@ -81,6 +81,7 @@ Documentation = "https://pythonnative.com/"
8181
8282
8383
84+
8485[tool .setuptools .packages .find ]
8586where = [" src" ]
8687
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def App():
6060 ```
6161"""
6262
63- __version__ = "0.22.0 "
63+ __version__ = "0.22.1 "
6464
6565from . import gestures , runtime , sdk
6666from .alerts import Alert
You can’t perform that action at this time.
0 commit comments