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():