mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
7a2ed9f8a1
commit
3a3de76009
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.54"
|
||||
__version__ = "0.54.1"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_54_1:
|
||||
|
||||
0.54.1 (2021-02-02)
|
||||
-------------------
|
||||
|
||||
- Fixed a bug where ``?_search=`` and ``?_sort=`` parameters were incorrectly duplicated when the filter form on the table page was re-submitted. (`#1214 <https://github.com/simonw/datasette/issues/1214>`__)
|
||||
|
||||
.. _v0_54:
|
||||
|
||||
0.54 (2021-01-25)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue