Skip to content

Commit 9848dc5

Browse files
committed
🚀 RELEASE: v0.0.11
1 parent 8ec7204 commit 9848dc5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.0.11 - 2021-09-08
4+
5+
✨ NEW: Add `ref-type` option to `button-ref` directive
6+
37
## v0.0.10 - 2021-08-08
48

59
✨ NEW: Add `grid-item` directive `child-direction` and `child-align` options

sphinx_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A sphinx extension for designing beautiful, view size responsive web components."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.0.10"
4+
__version__ = "0.0.11"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)