Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Aug 12, 2021
1 parent f5cf300 commit 6549bbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions doc/content/end-user-documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,28 @@ toctree: False
Changelog
=========

`1.0.2 <https://github.com/fscherf/lona/releases/tag/1.0.2>`_
-------------------------------------------------------------

Bugfixes
~~~~~~~~

* command line: collect-static: fix wrong usage of shutil.copy

* Previously collect-static crashed with a IsADirectoryError when trying to
copy a directory


`1.0.1 <https://github.com/fscherf/lona/releases/tag/1.0.1>`_
-------------------------------------------------------------

Bugfixes
~~~~~~~~

* html: data binding: skip all non change events
* Previously ``TextInput`` and ``Select`` catched all input events and handled
them as ``CHANGE`` event. Now unknown events get bubbled up.

* Previously ``TextInput`` and ``Select`` catched all input events and
handled them as ``CHANGE`` event. Now unknown events get bubbled up.

`1.0 <https://github.com/fscherf/lona/releases/tag/1.0>`_
---------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lona/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 0, 1)
VERSION = (1, 0, 2)
VERSION_STRING = '{}'.format('.'.join([str(i) for i in VERSION]))

0 comments on commit 6549bbd

Please sign in to comment.