Skip to content

Commit

Permalink
🚀 RELEASE: v0.6.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jun 3, 2021
1 parent 2a34e1e commit 4a310eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.0 - 2021-06-03

⬆️ UPGRADE: Unpin sphinx v4

👌 IMPROVE: specify post-transforms by format:
This applies them to the "html" format, rathther than a subset of diretive html builders.

## v0.5.2 - 2020-10-12

‼️ Deprecate `panels_add_boostrap_css` config, the typo here (no T!) has now been fixed to `panels_add_bootstrap_css`.
Expand Down
2 changes: 1 addition & 1 deletion sphinx_panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from . import _css as css_module

__version__ = "0.5.2"
__version__ = "0.6.0"

LOGGER = getLogger(__name__)

Expand Down

0 comments on commit 4a310eb

Please sign in to comment.