Skip to content

Commit

Permalink
release 1.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Mar 25, 2024
1 parent 55b4810 commit 072e92c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ is_template: False
Changelog
=========


.. changelog-header:: 1.16.2 (2024-03-25)

Bugfixes
~~~~~~~~

* Client & Client2

* Multiple browser history bugs were fixed


.. changelog-header:: 1.16.1 (2023-11-28)

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

VERSION = (1, 16, 1)
VERSION = (1, 16, 2)
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.16.1"
version = "1.16.2"
name = "lona"
description = "Write responsive web apps in full python"

Expand Down

0 comments on commit 072e92c

Please sign in to comment.