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():