We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e992789 commit 0183f51Copy full SHA for 0183f51
2 files changed
CHANGES.rst
@@ -5,7 +5,7 @@ CHANGES
5
6
Unreleased
7
----------
8
-
+- Restructure top-level TOC by unfolding Handbook into groups with captions.
9
10
2026/01/27 0.48.0
11
-----------------
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 48, 0)
+VERSION = (0, 49, 0)
27
28
__version__ = ".".join(str(v) for v in VERSION) # + ".dev0"
29
__version_full__ = __version__
0 commit comments