Skip to content

Commit

Permalink
release 1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
  • Loading branch information
fscherf committed Oct 4, 2021
1 parent 3eb58e2 commit b9e1840
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ search_index_weight: -10
Changelog
=========

.. changelog-header:: 1.7.3 (2021-10-08)


Changes
~~~~~~~

* views

* View events were added

* static files

* Lona now logs an error if static file names are not unique
* ``LonaView`` classes can define ``STATIC_FILES`` now

* command line

* Debug mode ``input-events`` was added

* testing

* ``lona.pytest.eventually`` was added


Bugfixes
~~~~~~~~

* static files

* All static files are properly sorted now


.. changelog-header:: 1.7.2 (2021-09-28)


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, 7, 2)
VERSION = (1, 7, 3)
VERSION_STRING = '.'.join(str(i) for i in VERSION)

0 comments on commit b9e1840

Please sign in to comment.