mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a0ff62aac1
commit
0b1aa9d1a3
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.60.1"
|
||||
__version__ = "0.60.2"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_60.2:
|
||||
|
||||
0.60.2 (2022-02-07)
|
||||
-------------------
|
||||
|
||||
- Fixed a bug where Datasette would open the same file twice with two different database names if you ran ``datasette file.db file.db``. (:issue:`1632`)
|
||||
|
||||
.. _v0_60.1:
|
||||
|
||||
0.60.1 (2022-01-20)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue