diff --git a/docs/changelog.rst b/docs/changelog.rst index c790396..ad140d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v3_4: + +3.4 (2021-02-05) +---------------- + +- ``sqlite-utils insert --csv`` now accepts optional ``--delimiter`` and ``--quotechar`` options. See :ref:`cli_insert_csv_tsv_delimiter`. (`#223 `__) + .. _v3_3: 3.3 (2021-01-17) diff --git a/setup.py b/setup.py index eded07a..dcae521 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.3" +VERSION = "3.4" def get_long_description():