Skip to content

Commit 28f5a1d

Browse files
committed
Release 0.7
1 parent 957d4f5 commit 28f5a1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.7 (2017-11-25)
5+
----------------
6+
- Add -s option to specify input field separator (#13) [Jani Monoses]
7+
8+
49
0.6.1 (2017-11-24)
510
------------------
611
- -f and -c now work for single table multiple columns.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='csvs_to_sqlite',
55
description='Convert CSV files into a SQLite database',
66
author='Simon Willison',
7-
version='0.6.1',
7+
version='0.7',
88
license='Apache License, Version 2.0',
99
packages=find_packages(),
1010
install_requires=[

0 commit comments

Comments
 (0)