Skip to content

Commit 4c54014

Browse files
committed
🚀 RELEASE: v0.0.3
1 parent 322e49e commit 4c54014

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.3 - 2021-26-07
4+
5+
- Add more CSS classes 👌
6+
- Improve documentation 📚
7+
38
## v0.0.2 - 2021-23-07
49

510
Improve documentation 📚

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.2"
4+
__version__ = "0.0.3"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)