Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Aug 27, 2021
1 parent 5fecfc9 commit 18b646a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ toctree: False
Changelog
=========

`1.4.1 <https://github.com/lona-web-org/lona/releases/tag/1.4.1>`_ (2021-08-27)
-------------------------------------------------------------------------------

Changes
~~~~~~~

* html

* support for defining sub nodes as list was added
* ``AbstractNode.closest()`` was added

* support for ``python -m lona`` was added


`1.4 <https://github.com/lona-web-org/lona/releases/tag/1.4>`_ (2021-08-26)
---------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion lona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

pass

VERSION = (1, 4)
VERSION = (1, 4, 1)
VERSION_STRING = '{}'.format('.'.join([str(i) for i in VERSION]))

0 comments on commit 18b646a

Please sign in to comment.