From 742b2115536d681097bbc4f94ae7dbef157f0dff Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Sat, 25 Feb 2023 00:19:18 +0900 Subject: [PATCH] chore: release 2023.2.25a2 --- docs/changelog.rst | 10 ++++++++++ src/shibuya/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 01b03d0..85aab26 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,16 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. + +2023.2.25a2 +----------- + +- Fix templates when ``pageurl`` is None +- Improve opengraph with more theme options +- Tweak style, fix for a11y +- Move theme switch to site head +- Add logos and colors + 2023.2.23a1 ----------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index be53e46..541867f 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -15,7 +15,7 @@ WrapLineFormatter, ) -__version__ = '2023.2.23a1' +__version__ = '2023.2.25a2' shibuya_version = __version__