Skip to content

Commit 0183f51

Browse files
authored
release 0.49.0 (#702)
1 parent e992789 commit 0183f51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGES
55

66
Unreleased
77
----------
8-
8+
- Restructure top-level TOC by unfolding Handbook into groups with captions.
99

1010
2026/01/27 0.48.0
1111
-----------------

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, 48, 0)
26+
VERSION = (0, 49, 0)
2727

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

0 commit comments

Comments
 (0)