We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9790c96 commit ebae2d4Copy full SHA for ebae2d4
2 files changed
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES
5
6
Unreleased
7
----------
8
+
9
+2026/03/23 0.50.3
10
+-----------------
11
- Fix: Auxiliary projects lost the search box
12
13
2026/02/22 0.50.2
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 50, 2)
+VERSION = (0, 50, 3)
27
28
__version__ = ".".join(str(v) for v in VERSION) # + ".dev0"
29
__version_full__ = __version__
0 commit comments