We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931683 commit c88f0a4Copy full SHA for c88f0a4
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
===========
4
5
+.. _v1_6:
6
+
7
+1.6 (2019-07-18)
8
+----------------
9
10
+- ``sqlite-utils insert`` can now accept TSV data via the new ``--tsv`` option (`#41 <https://github.com/simonw/sqlite-utils/issues/41>`__)
11
12
.. _v1_5:
13
14
1.5 (2019-07-14)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "1.5"
+VERSION = "1.6"
def get_long_description():
0 commit comments