From 4c540147b0eb999a83ce602fdb64a86d76519688 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 26 Jul 2021 20:51:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ sphinx_design/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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