Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 29, 2021
1 parent 7c8c266 commit a88b0a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Change Log

## v0.0.5 - 2021-28-07

👌 IMPROVE: Make octicon's size variable

## v0.0.4 - 2021-28-07

👌 IMPROVE: Allow `auto` for grid columns.

## v0.0.3 - 2021-26-07

- Add more CSS classes 👌
- Improve documentation 📚
👌 IMPROVE: Add more CSS classes and add documentation 📚

## v0.0.2 - 2021-23-07

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.4"
__version__ = "0.0.5"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit a88b0a8

Please sign in to comment.