Skip to content

Commit

Permalink
Release 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 26, 2024
1 parent c12d299 commit 97843aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ CHANGES
Unreleased
----------

2024/11/26 0.37.1
-----------------
- Fixed building docs at ``crate/crate`` by removing stray ``README.md``
- Furo: Started using vendorized colors to make mixins work
- Furo: Started using non-vendorized head variables
- Templates: Use proper ``base.html`` and clean up ``page.html``

2024/11/21 0.37.0
-----------------
- Updated to most recent Furo
Expand Down
2 changes: 1 addition & 1 deletion src/crate/theme/rtd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import os

VERSION = (0, 37, 0)
VERSION = (0, 37, 1)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__
Expand Down

0 comments on commit 97843aa

Please sign in to comment.