kopia lustrzana https://github.com/simonw/datasette
rodzic
0cd982fc6a
commit
fa5fc327ad
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.60"
|
||||
__version__ = "0.60.2"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
@ -4,6 +4,20 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
- Fixed a bug where installation on Python 3.6 stopped working due to a change to an underlying dependency. This release can now be installed on Python 3.6, but is the last release of Datasette that will support anything less than Python 3.7. (:issue:`1609`)
|
||||
|
||||
.. _v0_60:
|
||||
|
||||
0.60 (2022-01-13)
|
||||
|
|
Ładowanie…
Reference in New Issue