Skip to content

Commit

Permalink
Release 0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 29, 2022
1 parent 5c96b4f commit 9e9287a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ CHANGES
Unreleased
----------


2022/12/29 0.26.4
-----------------

- Fix visual appearance of Intersphinx references per ``xref`` CSS.
Don't render links in bold text when using custom label. Happens,
for example, with ``:class:dictionaries <py:dict>``.
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, 26, 3)
VERSION = (0, 26, 4)

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

0 comments on commit 9e9287a

Please sign in to comment.