Skip to content

Commit

Permalink
release 1.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Dec 5, 2021
1 parent eb96ee0 commit dcaac17
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ search_index_weight: -10
Changelog
=========

.. changelog-header:: 1.8.4 (2021-12-05)


Changes
~~~~~~~

* Templates

* Support for custom Jinja2 filters was added


.. changelog-header:: 1.8.3 (2021-11-24)


Expand Down
4 changes: 4 additions & 0 deletions doc/content/end-user-documentation/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Templating
:name: TEMPLATE_EXTRA_FILTERS
:path: lona.default_settings.TEMPLATE_EXTRA_FILTERS

.. note::

Added in 1.8.4

All filters defined in this dictionary will be added to the Jinja2
templating environment.

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

0 comments on commit dcaac17

Please sign in to comment.