diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf1391..e65280e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v0.0.3 - 2021-26-07 + +- Add more CSS classes 👌 +- Improve documentation 📚 + ## v0.0.2 - 2021-23-07 Improve documentation 📚 diff --git a/sphinx_design/__init__.py b/sphinx_design/__init__.py index 3395109..3d23641 100644 --- a/sphinx_design/__init__.py +++ b/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