Release 3.17.1

Refs #325, #328
This commit is contained in:
Simon Willison 2021-09-22 13:49:36 -07:00
commit 54191d4dc1
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
Changelog
===========
.. _v3_17.1:
3.17.1 (2021-09-22)
-------------------
- :ref:`sqlite-utils memory <cli_memory>` now works if files passed to it share the same file name. (:issue:`325`)
- :ref:`sqlite-utils query <cli_query>` now returns ``[]`` in JSON mode if no rows are returned. (:issue:`328`)
.. _v3_17:
3.17 (2021-08-24)

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.17"
VERSION = "3.17.1"
def get_long_description():