From 0b178a9d9face523611fb916440b418c416c05a2 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 2 Aug 2024 15:45:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v0.6.1=20(#213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ sphinx_design/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ba227..b1611d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.6.1 - 2024-08-02 + +- ⬆️ Update sphinx to >=6,<9 by {user}`chrisjsewell` in {pr}`212` +- 👌 Reduce right-padding of dropdown title by {user}`chrisjsewell` in {pr}`198` + ## 0.6.0 - 2024-05-23 ### Dependencies diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index e598c25..581dfc7 100644 --- a/sphinx_design/__init__.py +++ b/sphinx_design/__init__.py @@ -2,7 +2,7 @@ from typing import TYPE_CHECKING -__version__ = "0.6.0" +__version__ = "0.6.1" if TYPE_CHECKING: from sphinx.application import Sphinx