Skip to content

Commit 0644241

Browse files
committed
Release 0.37.0
1 parent 579df3f commit 0644241

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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+
2024/11/21 0.37.0
10+
-----------------
811
- Updated to most recent Furo
912
- Added dark theme mode from Furo
1013

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, 36, 1)
26+
VERSION = (0, 37, 0)
2727

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

0 commit comments

Comments
 (0)