diff --git a/NEWS.rst b/NEWS.rst index 8564bbc2..4449939c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,6 @@ .. default-role:: code -Unreleased +0.6.0 (released 2024-05-20; uses Hy 0.29.*) ====================================================== Breaking Changes diff --git a/docs/conf.py b/docs/conf.py index 819be9bf..38522253 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ copyright = '%s the authors' % time.strftime('%Y') html_title = f'Hyrule {hyrule.__version__} manual' -hy_version = 'v0.28.0' +hy_version = 'v0.29.0' exclude_patterns = ['_build']