mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
c8b2433481
commit
ea87c2b943
2 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,14 @@
|
|||
Changelog
|
||||
===========
|
||||
|
||||
.. _v2_16:
|
||||
|
||||
2.16 (2020-08-21)
|
||||
-----------------
|
||||
|
||||
- ``--load-extension`` option for ``sqlite-utils query`` for loading SQLite extensions. (`#134 <https://github.com/simonw/sqlite-utils/issues/134>`__)
|
||||
- New ``sqlite_utils.utils.find_spatialite()`` function for finding SpatiaLite in common locations. (`#135 <https://github.com/simonw/sqlite-utils/issues/135>`__)
|
||||
|
||||
.. _v2_15_1:
|
||||
|
||||
2.15.1 (2020-08-12)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
import io
|
||||
import os
|
||||
|
||||
VERSION = "2.15.1"
|
||||
VERSION = "2.16"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue