From 07f3f8e8865bb192d7c55ba2db280fb5459435ae Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 4 Aug 2021 15:18:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- sphinx_design/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af815b6..6f0827d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.0.6 - 2021-04-08 + +✨ NEW: Add `card-carousel` directive + ## v0.0.5 - 2021-28-07 👌 IMPROVE: Make octicon's size variable diff --git a/README.md b/README.md index 882cdea..f72a631 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# sphinx-design (IN-DEVELOPMENT) +# sphinx-design [![Github-CI][github-ci]][github-link] [![Coverage Status][codecov-badge]][codecov-link] diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index 33f5dbb..66f75c7 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.5" +__version__ = "0.0.6" if TYPE_CHECKING: from sphinx.application import Sphinx