Skip to content

Commit

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

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


Changes
~~~~~~~

* scripts

* Command line argument parsing was added


Bugfixes
~~~~~~~~

* static files

* Handling of ``linked=False`` was fixed

* Previously this flag had no effect

* client

* Handling of internal links and redirects was fixed

* Previously link targets like ``.``, ``..`` ``./foo`` or ``foo`` didn't
work as expected


.. changelog-header:: 1.7.1 (2021-09-21)


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

0 comments on commit 8d20da9

Please sign in to comment.