From c88f0a4d4617ff832aa728aac1da3500548c3137 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Jul 2019 21:51:21 -0700 Subject: [PATCH] Release 1.6 --- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8c49b60..17176c2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v1_6: + +1.6 (2019-07-18) +---------------- + +- ``sqlite-utils insert`` can now accept TSV data via the new ``--tsv`` option (`#41 `__) + .. _v1_5: 1.5 (2019-07-14) diff --git a/setup.py b/setup.py index 077bb20..a1635b5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.5" +VERSION = "1.6" def get_long_description():