Skip to content

Commit

Permalink
release 1.12.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 Feb 10, 2023
1 parent 59c767f commit 87cce25
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ is_template: False
Changelog
=========

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

Bugfixes
~~~~~~~~

* Handling of ``View.is_daemon`` was fixed

* The problem, described in 1.12.1, was not fixed entirely before. The
server still did not remove daemonized views, that were stopped,
correctly in all cases


.. changelog-header:: 1.12.1 (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, 1)
VERSION = (1, 12, 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.12.1"
version = "1.12.2"
name = "lona"
description = "Write responsive web apps in full python"

Expand Down

0 comments on commit 87cce25

Please sign in to comment.