We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e4b7c commit 1fd79c0Copy full SHA for 1fd79c0
CHANGES.rst
@@ -9,7 +9,7 @@ Changelog
9
Version 3.20
10
------------
11
12
-Unreleased
+Released 2025-11-26
13
14
* Add the ``read_only`` :func:`make_reader` argument.
15
Thanks to `Roman Milko`_ for the PR.
src/reader/__init__.py
@@ -37,7 +37,7 @@
37
38
"""
39
40
-__version__ = '3.20.dev0'
+__version__ = '3.20'
41
42
# isort: off
43
0 commit comments