Skip to content

Commit

Permalink
馃殌 RELEASE: v0.5.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 27, 2023
1 parent 7e322bb commit 18fe5df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log

## v0.4.0 - 2023-04-13
## 0.5.0 - 2023-07-27

## What's Changed

* 猬嗭笍 Drop Python 3.7 support, by [@chrisjsewell](https://github.com/chrisjsewell)) in [#146](https://github.com/executablebooks/sphinx-design/pull/146)
* 猬嗭笍 UPGRADE: sphinx>=5,<8, by [@chrisjsewell](https://github.com/chrisjsewell)) in [#148](https://github.com/executablebooks/sphinx-design/pull/148)

**Full Changelog**: <https://github.com/executablebooks/sphinx-design/compare/v0.4.1...v0.5.0>

## v0.4.0 - 2023-04-13

([full changelog](https://github.com/executablebooks/sphinx-design/compare/v0.3.0...3d0db63f06a8f59a5ea1067e0f43782464eeff83))
**Full Changelog**: <https://github.com/executablebooks/sphinx-design/compare/v0.3.0...v0.4.0>

### Enhancements made

Expand Down
2 changes: 1 addition & 1 deletion 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.4.1"
__version__ = "0.5.0"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit 18fe5df

Please sign in to comment.