We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12d299 commit 97843aaCopy full SHA for 97843aa
CHANGES.rst
@@ -6,6 +6,13 @@ CHANGES
6
Unreleased
7
----------
8
9
+2024/11/26 0.37.1
10
+-----------------
11
+- Fixed building docs at ``crate/crate`` by removing stray ``README.md``
12
+- Furo: Started using vendorized colors to make mixins work
13
+- Furo: Started using non-vendorized head variables
14
+- Templates: Use proper ``base.html`` and clean up ``page.html``
15
+
16
2024/11/21 0.37.0
17
-----------------
18
- Updated to most recent Furo
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 37, 0)
+VERSION = (0, 37, 1)
27
28
__version__ = ".".join(str(v) for v in VERSION)
29
__version_full__ = __version__
0 commit comments