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