diff --git a/docs/changelog.rst b/docs/changelog.rst index eab20fb..d1d7550 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,12 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. +2024.8.30 +--------- + +- **Fix**: Update translation files. +- **Fix**: Add ``min-height`` for RTD other versions. + 2024.8.27 --------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 2f62276..bdeaab4 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -14,7 +14,7 @@ WrapLineFormatter, ) -__version__ = "2024.8.27" +__version__ = "2024.8.30" shibuya_version = __version__