From 8f19bbed029df0009cd30f357d26fdf27c7ba5c4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 1 Mar 2020 22:12:21 -0800 Subject: [PATCH] Release 2.4.1 --- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index da55707..618e62a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_4_1: + +2.4.1 (2020-03-01) +------------------ + +- ``table.enable_fts()`` now works with columns that contain spaces. (`#90 `__) + .. _v2_4: 2.4 (2020-02-26) diff --git a/setup.py b/setup.py index cd75fa5..544d1f5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.4" +VERSION = "2.4.1" def get_long_description():