Skip to content

Commit 0ba73ab

Browse files
committed
Release 3.11.
1 parent 01a3629 commit 0ba73ab

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.11
1010
------------
1111

12-
Unreleased
12+
Released 2023-12-30
1313

1414
* Allow filtering entries by their (entry) tags. (:issue:`328`)
1515
* Support Python 3.12. (:issue:`326`)

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.11.dev0'
40+
__version__ = '3.11'
4141

4242
from .core import (
4343
Reader as Reader,

0 commit comments

Comments
 (0)