Skip to content

Commit 8f19bbe

Browse files
committed
Release 2.4.1
1 parent 0c36feb commit 8f19bbe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
===========
44

5+
.. _v2_4_1:
6+
7+
2.4.1 (2020-03-01)
8+
------------------
9+
10+
- ``table.enable_fts()`` now works with columns that contain spaces. (`#90 <https://github.com/simonw/sqlite-utils/issues/90>`__)
11+
512
.. _v2_4:
613

714
2.4 (2020-02-26)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "2.4"
5+
VERSION = "2.4.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)