Skip to content

Commit dd1b03f

Browse files
committed
Release 0.38.6
1 parent 606684a commit dd1b03f

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+
2025/06/11 0.38.6
10+
-----------------
811
- Fixed favicon HTML. Thanks, @michaelkremmel.
912

1013
2025/05/08 0.38.5

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, 38, 5)
26+
VERSION = (0, 38, 6)
2727

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

0 commit comments

Comments
 (0)