Skip to content

Commit 06038a0

Browse files
committed
🚀 RELEASE: v0.0.2
1 parent a060931 commit 06038a0

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.2 - 2021-23-07
4+
5+
Improve documentation 📚
6+
37
## v0.0.1 - 2021-22-07
48

59
Initial release 🎉

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.1"
4+
__version__ = "0.0.2"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)