Skip to content

Commit

Permalink
Release 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 4, 2024
1 parent a64c887 commit 8804ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CHANGES

Unreleased
----------

2024/07/04 0.33.1
-----------------
- CSS: Adjusted inner alignment being off for cards with links
- Home: Added new top-level landing page, indexing the main docs entrypoints

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, 33, 0)
VERSION = (0, 33, 1)

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

0 comments on commit 8804ea7

Please sign in to comment.