We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a3629 commit 0ba73abCopy full SHA for 0ba73ab
CHANGES.rst
@@ -9,7 +9,7 @@ Changelog
9
Version 3.11
10
------------
11
12
-Unreleased
+Released 2023-12-30
13
14
* Allow filtering entries by their (entry) tags. (:issue:`328`)
15
* Support Python 3.12. (:issue:`326`)
src/reader/__init__.py
@@ -37,7 +37,7 @@
37
38
"""
39
40
-__version__ = '3.11.dev0'
+__version__ = '3.11'
41
42
from .core import (
43
Reader as Reader,
0 commit comments