From 68637732e011afb699a0724854efea524b9b239c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 8 Nov 2020 09:19:20 -0800 Subject: [PATCH] Release 3.0 Refs #192 #193 #196 #199 #198 #197 #200 #201 Closes #194 --- docs/changelog.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a1ce981..8923ed6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) diff --git a/setup.py b/setup.py index 83c34d6..9d80bbd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.0a0" +VERSION = "3.0" def get_long_description():