Skip to content

Commit

Permalink
release 1.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Feb 12, 2023
1 parent 48014b3 commit 4d5c039
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ is_template: False
Changelog
=========

.. changelog-header:: 1.12.3 (2023-02-12)

Bugfixes
~~~~~~~~

* JavaScript client crashes on iPhone 6 and iPad mini 2 were fixed

* Previously, the client used JavaScript public field declarations in the
Lona namespace class. Public field declarations are not supported in
Safari versions lower 14.1 and iPhone 6 and iPad mini 2 are running
version 12.


.. changelog-header:: 1.12.2 (2023-02-10)

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion lona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
from .view import View
from .app import App

VERSION = (1, 12, 2)
VERSION = (1, 12, 3)
VERSION_STRING = '.'.join(str(i) for i in VERSION)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"


[project]
version = "1.12.2"
version = "1.12.3"
name = "lona"
description = "Write responsive web apps in full python"

Expand Down

0 comments on commit 4d5c039

Please sign in to comment.