From 6b5982110bd4fb8a6d7ff6ec3ba16bb819ec39b6 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 6 Aug 2021 06:39:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ sphinx_design/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b8cf7..7e0012c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.0.9 - 2021-06-08 + +♻️ REFACTOR: `test_sd_hide_root_title` to `sd_hide_title` front-matter + +👌 IMPROVE: dropdown chevrons + ## v0.0.8 - 2021-06-08 ✨ NEW: Add `test_sd_hide_root_title` config option to hide the root title. diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index 7b58dae..7b50167 100644 --- a/sphinx_design/__init__.py +++ b/sphinx_design/__init__.py @@ -1,7 +1,7 @@ """A sphinx extension for designing beautiful, view size responsive web components.""" from typing import TYPE_CHECKING -__version__ = "0.0.8" +__version__ = "0.0.9" if TYPE_CHECKING: from sphinx.application import Sphinx