Skip to content

Commit ebae2d4

Browse files
committed
Release 0.50.3
1 parent 9790c96 commit ebae2d4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CHANGES
55

66
Unreleased
77
----------
8+
9+
2026/03/23 0.50.3
10+
-----------------
811
- Fix: Auxiliary projects lost the search box
912

1013
2026/02/22 0.50.2

src/crate/theme/rtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525

26-
VERSION = (0, 50, 2)
26+
VERSION = (0, 50, 3)
2727

2828
__version__ = ".".join(str(v) for v in VERSION) # + ".dev0"
2929
__version_full__ = __version__

0 commit comments

Comments
 (0)