Skip to content

Commit c88f0a4

Browse files
committed
Release 1.6
1 parent 0931683 commit c88f0a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
===========
44

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+
512
.. _v1_5:
613

714
1.5 (2019-07-14)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "1.5"
5+
VERSION = "1.6"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)