From 54191d4dc114d7dc21e849b48a4d5ae4f9e601ca Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 22 Sep 2021 13:49:36 -0700 Subject: [PATCH] Release 3.17.1 Refs #325, #328 --- docs/changelog.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6144b33..0eadaa1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog =========== +.. _v3_17.1: + +3.17.1 (2021-09-22) +------------------- + +- :ref:`sqlite-utils memory ` now works if files passed to it share the same file name. (:issue:`325`) +- :ref:`sqlite-utils query ` now returns ``[]`` in JSON mode if no rows are returned. (:issue:`328`) + .. _v3_17: 3.17 (2021-08-24) diff --git a/setup.py b/setup.py index e12f494..f1bb056 100644 --- a/setup.py +++ b/setup.py @@ -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():