Release 3.0

Refs #192 #193 #196 #199 #198 #197 #200 #201

Closes #194
This commit is contained in:
Simon Willison 2020-11-08 09:19:20 -08:00
commit 68637732e0
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@
Changelog
===========
.. _v3_0_a0:
.. _v3_0:
3.0a0 (2020-11-06)
------------------
3.0 (2020-11-08)
----------------
This release introduces a new ``sqlite-utils search`` command for searching tables, see :ref:`cli_search`. (`#192 <https://github.com/simonw/sqlite-utils/issues/192>`__)

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.0a0"
VERSION = "3.0"
def get_long_description():