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 322e49e commit 4c54014Copy full SHA for 4c54014
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## v0.0.3 - 2021-26-07
4
+
5
+- Add more CSS classes 👌
6
+- Improve documentation 📚
7
8
## v0.0.2 - 2021-23-07
9
10
Improve documentation 📚
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.2"
+__version__ = "0.0.3"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments