Skip to content

Commit 4d5c039

Browse files
committed
release 1.12.3
Signed-off-by: Florian Scherf <[email protected]>
1 parent 48014b3 commit 4d5c039

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

doc/content/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ is_template: False
66
Changelog
77
=========
88

9+
.. changelog-header:: 1.12.3 (2023-02-12)
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
* JavaScript client crashes on iPhone 6 and iPad mini 2 were fixed
15+
16+
* Previously, the client used JavaScript public field declarations in the
17+
Lona namespace class. Public field declarations are not supported in
18+
Safari versions lower 14.1 and iPhone 6 and iPad mini 2 are running
19+
version 12.
20+
21+
922
.. changelog-header:: 1.12.2 (2023-02-10)
1023

1124
Bugfixes

lona/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
from .view import View
1010
from .app import App
1111

12-
VERSION = (1, 12, 2)
12+
VERSION = (1, 12, 3)
1313
VERSION_STRING = '.'.join(str(i) for i in VERSION)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55

66
[project]
7-
version = "1.12.2"
7+
version = "1.12.3"
88
name = "lona"
99
description = "Write responsive web apps in full python"
1010

0 commit comments

Comments
 (0)