Skip to content

Commit fed7a51

Browse files
committed
Release 3.12.
1 parent a5dc31a commit fed7a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Changelog
99
Version 3.12
1010
------------
1111

12-
Unreleased
12+
Released 2024-03-05
1313

1414
* Split the :ref:`full-text search <fts>` index into a separate,
1515
attached database.

src/reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
"""
3939

40-
__version__ = '3.12.dev0'
40+
__version__ = '3.12'
4141

4242
from .core import (
4343
Reader as Reader,

0 commit comments

Comments
 (0)