We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dc31a commit fed7a51Copy full SHA for fed7a51
CHANGES.rst
@@ -9,7 +9,7 @@ Changelog
9
Version 3.12
10
------------
11
12
-Unreleased
+Released 2024-03-05
13
14
* Split the :ref:`full-text search <fts>` index into a separate,
15
attached database.
src/reader/__init__.py
@@ -37,7 +37,7 @@
37
38
"""
39
40
-__version__ = '3.12.dev0'
+__version__ = '3.12'
41
42
from .core import (
43
Reader as Reader,
0 commit comments