We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db15bff commit 07f3f8eCopy full SHA for 07f3f8e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.0.6 - 2021-04-08
4
+
5
+✨ NEW: Add `card-carousel` directive
6
7
## v0.0.5 - 2021-28-07
8
9
👌 IMPROVE: Make octicon's size variable
README.md
@@ -1,4 +1,4 @@
-# sphinx-design (IN-DEVELOPMENT)
+# sphinx-design
[![Github-CI][github-ci]][github-link]
[![Coverage Status][codecov-badge]][codecov-link]
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
0 commit comments