File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.9 (2019-01-16)
5+ ----------------
6+ - Support for loading CSVs directly from URLs, thanks @betatim - #38
7+ - New -pk/--primary-key options, closes #22
8+ - Create FTS index for extracted column values
9+ - Added --no-fulltext-fks option, closes #32
10+ - Now using black for code formatting
11+ - Bumped versions of dependencies
12+
4130.8.1 (2018-04-24)
514------------------
615- Updated README and CHANGELOG, tweaked --help output
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_long_description():
1717 long_description = get_long_description (),
1818 long_description_content_type = "text/markdown" ,
1919 author = "Simon Willison" ,
20- version = "0.8.1 " ,
20+ version = "0.9 " ,
2121 license = "Apache License, Version 2.0" ,
2222 packages = find_packages (),
2323 install_requires = [
You can’t perform that action at this time.
0 commit comments