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 7aab60d commit 7c09a2eCopy full SHA for 7c09a2e
docs/changelog.rst
@@ -2,6 +2,18 @@
2
Changelog
3
===========
4
5
+.. _v0_10:
6
+
7
+0.10 (2019-02-06)
8
+-----------------
9
10
+Handle ``datetime.date`` and ``datetime.time`` values.
11
12
+New option for efficiently inserting rows from a CSV:
13
+::
14
15
+ sqlite-utils insert db.db foo - --csv
16
17
.. _v0_9:
18
19
0.9 (2019-01-27)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "0.9"
+VERSION = "0.10"
def get_long_description():
0 commit comments