Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 4, 2021
1 parent db15bff commit 07f3f8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.0.6 - 2021-04-08

✨ NEW: Add `card-carousel` directive

## v0.0.5 - 2021-28-07

👌 IMPROVE: Make octicon's size variable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sphinx-design (IN-DEVELOPMENT)
# sphinx-design

[![Github-CI][github-ci]][github-link]
[![Coverage Status][codecov-badge]][codecov-link]
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING

__version__ = "0.0.5"
__version__ = "0.0.6"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit 07f3f8e

Please sign in to comment.