Skip to content

Commit 4a310eb

Browse files
authored
🚀 RELEASE: v0.6.0 (#64)
1 parent 2a34e1e commit 4a310eb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.0 - 2021-06-03
4+
5+
⬆️ UPGRADE: Unpin sphinx v4
6+
7+
👌 IMPROVE: specify post-transforms by format:
8+
This applies them to the "html" format, rathther than a subset of diretive html builders.
9+
310
## v0.5.2 - 2020-10-12
411

512
‼️ Deprecate `panels_add_boostrap_css` config, the typo here (no T!) has now been fixed to `panels_add_bootstrap_css`.

sphinx_panels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from . import _css as css_module
2424

25-
__version__ = "0.5.2"
25+
__version__ = "0.6.0"
2626

2727
LOGGER = getLogger(__name__)
2828

0 commit comments

Comments
 (0)